Skip to content

Commit

Permalink
Feature flag auto_import_buffer since it's not fully implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 14, 2021
1 parent a0b6892 commit 4f0d4ce
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 438 deletions.
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
// "args": ["--serve", "--origin=http://localhost:3000"],
"args": ["dev", "--origin=http://localhost:3000"],
"cwd": "${workspaceFolder}/examples/hello-next",
"console": "internalConsole"
"console": "internalConsole"
},
{
"type": "lldb",
Expand Down Expand Up @@ -247,7 +247,7 @@
"console": "internalConsole"
},
{
"type": "lldb",
"type": "cppvsdbg",
"request": "launch",
"name": "Fixtures Rel",
"program": "${workspaceFolder}/build/macos-x86_64/bun",
Expand All @@ -257,6 +257,7 @@
},
{
"type": "lldb",

"request": "launch",
"name": "Context Dev",
"program": "${workspaceFolder}/build/debug/macos-x86_64/bun",
Expand Down
Loading

0 comments on commit 4f0d4ce

Please # to comment.