Skip to content

Commit

Permalink
Fix extension packaging
Browse files Browse the repository at this point in the history
Version `0.4.1`
  • Loading branch information
EduardSergeev committed Aug 14, 2023
2 parents 2a9bdce + dd0bab9 commit 9fe125f
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 28 deletions.
4 changes: 1 addition & 3 deletions .vscode/launch.json
Expand Up @@ -8,9 +8,8 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
"outFiles": [ "${workspaceRoot}/out/**/*.js" ],
"preLaunchTask": "npm"
},
{
Expand All @@ -22,7 +21,6 @@
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test",
"--disable-extensions" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
"preLaunchTask": "npm"
Expand Down
5 changes: 4 additions & 1 deletion .vscodeignore
@@ -1,9 +1,12 @@
.github
.gitignore
.nyc_output
.vscode
.vscode-test
images
input
node_modules/**/test
node_modules/**/tests
node_modules/**/*.ts
out/test
out/coverage
out/**/*.map
Expand Down

0 comments on commit 9fe125f

Please sign in to comment.