mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-06-29 01:09:19 +00:00
feat: Allow the plugin to work under the browser context
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -6,5 +6,8 @@
|
||||
"search.exclude": {
|
||||
"out": true // set this to false to include "out" folder in search results
|
||||
},
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
|
||||
// username for internal browser tests
|
||||
"codestats.username": "Aviortheking"
|
||||
}
|
Reference in New Issue
Block a user