working functionality

This commit is contained in:
Michael Lively
2024-05-15 15:21:56 -07:00
parent fcf3bc2d80
commit cde9a029d4
9 changed files with 55 additions and 18920 deletions

View File

@ -15,20 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
},
{
"name": "Extension Tests",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "npm: watch"
}
]
}