Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ross <alros@microsoft.com>2022-01-12 17:51:57 +0300
committerAlex Ross <alros@microsoft.com>2022-01-12 17:51:57 +0300
commit4d1d73f6ef0cb213ce7936faf9bae8311d00c077 (patch)
tree0ea20d44f09554d41e4eaa8e89c5b07372e7a173 /src/bootstrap-window.js
parent96b6511b5dbf2d23655759e3f223762f9ac34de4 (diff)
Revert "Add timestamps to comments proposal (#139849)"
This reverts commit b978d7150cae0f2fdd46d79f0c286cbd46158eae.
Diffstat (limited to 'src/bootstrap-window.js')
-rw-r--r--src/bootstrap-window.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bootstrap-window.js b/src/bootstrap-window.js
index 9967c935431..08c487263d6 100644
--- a/src/bootstrap-window.js
+++ b/src/bootstrap-window.js
@@ -142,11 +142,7 @@
'iconv-lite-umd': `${baseNodeModulesPath}/iconv-lite-umd/lib/iconv-lite-umd.js`,
'jschardet': `${baseNodeModulesPath}/jschardet/dist/jschardet.min.js`,
'@vscode/vscode-languagedetection': `${baseNodeModulesPath}/@vscode/vscode-languagedetection/dist/lib/index.js`,
- 'tas-client-umd': `${baseNodeModulesPath}/tas-client-umd/lib/tas-client-umd.js`,
- 'dayjs': `${baseNodeModulesPath}/dayjs/dayjs.min.js`,
- 'dayjs/plugin/relativeTime': `${baseNodeModulesPath}/dayjs/plugin/relativeTime.js`,
- 'dayjs/plugin/updateLocale': `${baseNodeModulesPath}/dayjs/plugin/updateLocale.js`,
- 'dayjs/plugin/localizedFormat': `${baseNodeModulesPath}/dayjs/plugin/localizedFormat.js`
+ 'tas-client-umd': `${baseNodeModulesPath}/tas-client-umd/lib/tas-client-umd.js`
};
// Allow to load built-in and other node.js modules via AMD