Skip to content

Commit f330fdd

Browse files
committed
chore: drop proposed api
1 parent b0136dc commit f330fdd

File tree

10 files changed

+12
-14660
lines changed

10 files changed

+12
-14660
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.2.0",
77
"configurations": [
88
{
9-
"name": "Extension",
9+
"name": "Flame Graph",
1010
"type": "pwa-extensionHost",
1111
"request": "launch",
1212
"runtimeExecutable": "${execPath}",

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compile:core": "lerna run --scope vscode-js-profile-core compile",
99
"compile:table": "lerna run --scope vscode-js-profile-table compile",
1010
"compile:flame": "lerna run --scope vscode-js-profile-flame compile",
11-
"watch": "concurrently \"npm:watch:core:*\" \"npm:watch:flame:*\" \"npm:watch:table:*\"",
11+
"watch": "concurrently \"npm:watch:core\" \"npm:watch:flame\" \"npm:watch:table\"",
1212
"watch:core": "lerna run --stream --scope vscode-js-profile-core watch",
1313
"watch:table": "lerna run --stream --scope vscode-js-profile-table watch",
1414
"watch:flame": "lerna run --stream --scope vscode-js-profile-flame watch",
@@ -18,7 +18,6 @@
1818
"test:lint": "eslint \"packages/**/*.{ts,tsx}\"",
1919
"test:fmt": "prettier --list-different \"packages/**/*.{ts,tsx,css}\" \"!**/out/**\"",
2020
"test:core:unit": "cd packages/vscode-js-profile-core && mocha",
21-
"updatetypes": "cd packages/vscode-js-profile-core/src/types && vscode-dts dev && vscode-dts master",
2221
"vscode:prepublish": "npm run compile"
2322
},
2423
"prettier": {
@@ -33,6 +32,7 @@
3332
"@types/glob": "^7.1.1",
3433
"@types/mocha": "^7.0.1",
3534
"@types/node": "^12.11.7",
35+
"@types/vscode": "^1.61.0",
3636
"@typescript-eslint/eslint-plugin": "^2.18.0",
3737
"@typescript-eslint/parser": "^2.18.0",
3838
"autoprefixer": "^9.7.4",

packages/vscode-js-profile-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch": "concurrently \"npm:watch:*\"",
1212
"watch:ext": "tsc --watch",
1313
"watch:esm": "tsc --watch -p tsconfig.browser.json",
14-
"watch:css": "npm run compile:css && cd packages/vscode-js-profile-core && chokidar \"src/**/*.css\" -c \"cpy --parents --cwd=src '**/*.css' ../out/esm\""
14+
"watch:css": "npm run compile:css && chokidar \"src/**/*.css\" -c \"cpy --parents --cwd=src '**/*.css' ../out/esm\""
1515
},
1616
"dependencies": {
1717
"node-fetch": "^2.6.1",

0 commit comments

Comments
 (0)