"description":"Sample to demonstrate code actions with UI",
"version":"1.0.0",
"author":"Microsoft Corporation",
"license":"MIT",
"keywords":[
"multi-root ready"
],
"engines":{
"vscode":"^1.41.0"
},
"activationEvents":[
"onLanguage:plaintext"
],
"main":"./client/out/extension",
"scripts":{
"vscode:prepublish":"npm run webpack",
"webpack":"npm run clean && webpack --mode production --config ./client/webpack.config.js && webpack --mode production --config ./server/webpack.config.js",