You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "An extension to check and create projects in sonarcloud. This extension is designed to help with [SonarCloud](https://sonarcloud.io/) by providing a helper task.",
"main": "index.js",
"scripts": {
"postinstall": "cd src && npm install",
"build": "cd src && npm run build && cd ..",
"pack": "npm run build && tfx extension create --manifest-globs vss-extension.json",