Skip to content

Commit ef67c74

Browse files
authored
Remove .vscode-test.mjs from bundled extension (#739)
When running an extension test using VS Code test explorer extension, the installed Python env extension gets picked up as well due to the presence of this file
1 parent 66bc570 commit ef67c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out/**
44
node_modules/**
55
src/**
66
.gitignore
7+
.vscode-test.mjs
78
.yarnrc
89
webpack.config.js
910
vsc-extension-quickstart.md

0 commit comments

Comments
 (0)