@microsoft/vscode-ui

v1.0.4
The package implements shared capabilities for User Interactions of Teams Toolkit IDE Extensions through API contracts defined in the [api](/packages/api).

lint

eslint "src/**/*.ts" "tests/**/*.ts"

build

rimraf build && npx tsc -p ./

clean

rm -rf build

package

rimraf build && webpack --mode production --config ./webpack.config.js

lint:fix

eslint --fix "src/**/*.ts" "tests/**/*.ts"

precommit

npm run check-sensitive && lint-staged

test:unit

nyc mocha "tests/**/*.test.ts"

installAll

npm run install:tabs

lint:staged

lint-staged

prepublishOnly

npm run build

check-sensitive

npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/17/2024

Downloads