diff --git a/extension-dev.code-workspace b/extension-dev.code-workspace new file mode 100644 index 0000000000..a43b119daa --- /dev/null +++ b/extension-dev.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "..\\PowerShellEditorServices" + } + ], + "settings": { + "files.associations": { + "**/snippets/*.json": "jsonc" + }, + "typescript.tsdk": "./node_modules/typescript/lib" + } +}