Skip to content

Commit 4f0d4ce

Browse files
committed
Feature flag auto_import_buffer since it's not fully implemented yet
1 parent a0b6892 commit 4f0d4ce

4 files changed

Lines changed: 28 additions & 438 deletions

File tree

.vscode/launch.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
// "args": ["--serve", "--origin=http://localhost:3000"],
9999
"args": ["dev", "--origin=http://localhost:3000"],
100100
"cwd": "${workspaceFolder}/examples/hello-next",
101-
"console": "internalConsole"
101+
"console": "internalConsole"
102102
},
103103
{
104104
"type": "lldb",
@@ -247,7 +247,7 @@
247247
"console": "internalConsole"
248248
},
249249
{
250-
"type": "lldb",
250+
"type": "cppvsdbg",
251251
"request": "launch",
252252
"name": "Fixtures Rel",
253253
"program": "${workspaceFolder}/build/macos-x86_64/bun",
@@ -257,6 +257,7 @@
257257
},
258258
{
259259
"type": "lldb",
260+
260261
"request": "launch",
261262
"name": "Context Dev",
262263
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",

0 commit comments

Comments
 (0)