File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44.vscodeignore
55* .vsix
66DEVELOPMENT.md
7+ __mocks__ /** /*
78dist /** /* .js.map
8- eslint.config.mjs
99node_modules
1010src
1111test-workspace
1212tsconfig.json
13- webpack.config.js
1413scripts
1514tools /** /version.txt
1615tools /** /target.txt
1716tools /** /sha256.txt
1817coverage
18+ * .config.{mjs,js,mts,ts}
19+ * .setup.{mjs,js,mts,ts}
Original file line number Diff line number Diff line change @@ -25,10 +25,9 @@ export default [
2525 "dist" ,
2626 "scripts" ,
2727 "**/*.d.ts" ,
28- "*.config.{ts,js}" ,
28+ "*.config.{ts,js,mjs }" ,
2929 "*.setup.{ts,js}" ,
3030 "node_modules" ,
31- "webpack.config.js"
3231 ]
3332 } ,
3433 js . configs . recommended ,
Original file line number Diff line number Diff line change 227227 "build" : " webpack --mode production && yarn lint" ,
228228 "watch" : " webpack -w" ,
229229 "lint" : " eslint ." ,
230- "test" : " jest --passWithNoTests " ,
230+ "test" : " jest" ,
231231 "package" : " vsce package --yarn"
232232 },
233233 "vsce" : {
You can’t perform that action at this time.
0 commit comments