Skip to content

Commit

Permalink
fix: some file were migrated to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 6, 2024
1 parent fbe7019 commit 3c84858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-vscode
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cp -R .build/web/extensions "$extension_output_directory"
# Remove useless files
cd src
rm -rf `find . -name '*.test.ts' -o -name 'test' -o -name 'electron-browser'`
rm -f bootstrap*.js *main.js *cli.js
rm -f bootstrap*.ts *main.ts *cli.ts
rm -rf vs/code
cd ..

Expand Down

0 comments on commit 3c84858

Please sign in to comment.