Skip to content

Commit 4471da6

Browse files
committed
add contextualTitle to output view
1 parent ab6c23b commit 4471da6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mipsy Editor Features",
44
"description": "",
55
"publisher": "xavc",
6-
"version": "0.2.0",
6+
"version": "0.3.1",
77
"repository": {
88
"url": "https://github.com/XavierCooney/mipsy-editor-features"
99
},
@@ -130,6 +130,7 @@
130130
"type": "webview",
131131
"id": "mips.xavc.io",
132132
"name": "MIPS I/O",
133+
"contextualTitle": "[MIPS DEBUG]",
133134
"when": "inDebugMode && debugType == 'mipsy-1'",
134135
"initialSize": 200,
135136
"visibility": "visible"
@@ -155,6 +156,7 @@
155156
"@typescript-eslint/parser": "^5.45.0",
156157
"@vscode/test-electron": "^2.2.0",
157158
"browserify": "^17.0.0",
159+
"@types/vscode-webview": "^1.57.1",
158160
"eslint": "^8.28.0",
159161
"esmify": "^2.1.1",
160162
"glob": "^8.0.3",
@@ -165,7 +167,6 @@
165167
"uglify-js": "^3.17.4"
166168
},
167169
"dependencies": {
168-
"@types/vscode-webview": "^1.57.1",
169170
"@vscode/debugadapter": "^1.58.0",
170171
"@vscode/webview-ui-toolkit": "^1.2.1",
171172
"vscode-languageclient": "^8.0.2",

0 commit comments

Comments
 (0)