-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
Issue Type: Bug
I'm working on a Lisp extension and have this code
(write-string "April Compiler REPL
Type )h for help
Type ⎕off or press Ctrl-C to exit
")
If I try to comment it out, VSCode gets stuck, eventually giving an out of memory error. It didn't do that on 1.66.2.
; (write-string "April Compiler REPL
; Type )h for help
; Type ⎕off or press Ctrl-C to exit
; ")
If I collapse it all down to one line, it works ok. Well, except that the parens are still highlighted inside the comment. That's a different issue.
VS Code version: Code 1.67.2 (c3511e6, 2022-05-17T18:15:52.058Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (8 x 1992) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: disabled_off direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_renderer: enabled_on video_decode: enabled video_encode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
| Load (avg) | undefined |
| Memory (System) | 15.84GB (10.14GB free) |
| Process Argv | |
| Screen Reader | no |
| VM | 0% |
Extensions (4)
| Extension | Author (truncated) | Version |
|---|---|---|
| kotlin | fwc | 0.2.26 |
| jupyter-keymap | ms- | 1.0.0 |
| jupyter-renderers | ms- | 1.0.6 |
| alive | rhe | 0.2.7 |
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster