We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ee7cb commit dc36d47Copy full SHA for dc36d47
packages/app/config/webpack.common.js
@@ -470,7 +470,7 @@ module.exports = {
470
},
471
{
472
from: '../../standalone-packages/vscode-extensions/out',
473
- to: 'public/vscode-extensions/v1',
+ to: 'public/vscode-extensions/v2',
474
force: true,
475
476
packages/app/src/app/vscode/constants.ts
@@ -1,3 +1,3 @@
1
export const EXTENSIONS_LOCATION = process.env.VSCODE
2
? '/vscode/extensions-bundle'
3
- : '/public/vscode-extensions/v1';
+ : '/public/vscode-extensions/v2';
0 commit comments