Skip to content

Commit f8f1245

Browse files
committed
Remove webview directory, updated package.json
1 parent 9844153 commit f8f1245

File tree

7 files changed

+558
-605
lines changed

7 files changed

+558
-605
lines changed

.vscodeignore

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ vsc-extension-quickstart.md
1111
webpack.config.js
1212
node_modules
1313
binary_modules/electron*
14+
15+
!node_modules/@vscode/webview-ui-toolkit

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ See https://github.com/Marus/cortex-debug/wiki for usage information. This needs
6565
* Optionally switch to a branch: `git checkout <existing-branch-name>`
6666
* `npm install`
6767
* Optional `npm run compile`
68-
* `cd webview; npm install; cd ..`
6968
* Open VSCode in the top folder and run the task `npm watch`. This will compile the code and watch for any changes and auto compile. The first time, it may take a minute or so for it to watch the entire folder. You can see the output of `npm watch` in the Terminal tab.
7069

7170
## How to debug

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.6",
2+
"version": "1.6.7",
33
"preview": false,
44
"activationEvents": [
55
"onDebugResolve:cortex-debug",
@@ -3038,12 +3038,12 @@
30383038
},
30393039
"dependencies": {
30403040
"@vscode/extension-telemetry": "^0.4.7",
3041-
"@vscode/webview-ui-toolkit": "^0.9.2",
3041+
"@vscode/webview-ui-toolkit": "^1.1.0",
30423042
"binary-parser": "^1.7.0",
30433043
"bindings": "^1.5.0",
30443044
"command-exists": "^1.2.9",
30453045
"commander": "^2.20.3",
3046-
"d3": "^5.16.0",
3046+
"d3": "^7.6.1",
30473047
"debug": "^4.3.1",
30483048
"hasbin": "^1.2.3",
30493049
"json-stream-stringify": "^2.0.4",

src/frontend/rtos/rtos.ts

-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ class RTOSViewProvider implements vscode.WebviewViewProvider {
442442
</html>`;
443443
}
444444
const toolkitUri = getUri(webview, this.extensionUri, [
445-
'webview',
446445
'node_modules',
447446
'@vscode',
448447
'webview-ui-toolkit',

webview/package-lock.json

-190
This file was deleted.

webview/package.json

-5
This file was deleted.

0 commit comments

Comments
 (0)