1
0
mirror of https://github.com/fluencelabs/aqua-vscode synced 2025-03-16 14:20:51 +00:00
2022-05-17 15:06:52 +03:00

16 lines
514 B
JSON

// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"]
}
]
}