feat: Allow the plugin to work under the browser context

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2023-01-20 12:14:00 +01:00
parent e42e5271db
commit cef14d1038
10 changed files with 3603 additions and 233 deletions

View File

@ -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"
}