|
11 | 11 | "theme": "dark"
|
12 | 12 | },
|
13 | 13 | "engines": {
|
14 |
| - "vscode": "^1.30.0" |
| 14 | + "vscode": "^1.32.0" |
15 | 15 | },
|
16 | 16 | "repository": {
|
17 | 17 | "type": "git",
|
|
136 | 136 | ]
|
137 | 137 | },
|
138 | 138 | "views": {
|
| 139 | + "debug": [ |
| 140 | + { |
| 141 | + "name": "ESP Peripheral View", |
| 142 | + "id": "espIdf.peripheralView" |
| 143 | + } |
| 144 | + ], |
139 | 145 | "idfViewController": [
|
140 | 146 | {
|
141 | 147 | "id": "idfSearchResults",
|
|
177 | 183 | {
|
178 | 184 | "view": "idfPartitionExplorer",
|
179 | 185 | "contents": "Show the partition list from your device with the option to flash binaries (.bin) to the selected partition.\n\nSelect your device serial port and click Refresh partition table."
|
| 186 | + }, |
| 187 | + { |
| 188 | + "view": "espIdf.peripheralView", |
| 189 | + "contents": "Show Peripherals registers from SVD file defined in IDF Svd File Path (idf.svdFilePath) configuration setting during active debug session" |
180 | 190 | }
|
181 | 191 | ],
|
182 | 192 | "menus": {
|
|
775 | 785 | "default": "",
|
776 | 786 | "scope": "resource",
|
777 | 787 | "description": "%param.customTask%"
|
| 788 | + }, |
| 789 | + "idf.svdFilePath": { |
| 790 | + "type": "string", |
| 791 | + "default": "${workspaceFolder}/esp32.svd", |
| 792 | + "scope": "resource", |
| 793 | + "description": "%param.svdFile%" |
778 | 794 | }
|
779 | 795 | }
|
780 | 796 | }
|
|
1268 | 1284 | "@types/marked": "^4.0.2",
|
1269 | 1285 | "@types/mocha": "^9.1.0",
|
1270 | 1286 | "@types/nock": "^9.3.1",
|
1271 |
| - "@types/node": "^16.11.1", |
| 1287 | + "@types/node": "^16.11.7", |
1272 | 1288 | "@types/sanitize-html": "^2.6.2",
|
1273 | 1289 | "@types/tar-fs": "^2.0.1",
|
1274 | 1290 | "@types/tmp": "0.0.33",
|
1275 |
| - "@types/vscode": "^1.30.0", |
| 1291 | + "@types/vscode": "^1.32.0", |
1276 | 1292 | "@types/ws": "^7.2.5",
|
| 1293 | + "@types/xml2js": "^0.4.11", |
1277 | 1294 | "@types/yauzl": "^2.9.1",
|
1278 | 1295 | "@vscode/debugadapter": "^1.53.0",
|
1279 | 1296 | "@vscode/debugadapter-testsupport": "^1.51.0",
|
1280 | 1297 | "@vscode/debugprotocol": "^1.53.0",
|
1281 |
| - "@vscode/extension-telemetry": "^0.4.8", |
| 1298 | + "@vscode/extension-telemetry": "0.4.8", |
1282 | 1299 | "@vscode/test-electron": "^2.1.2",
|
1283 | 1300 | "@vue/component-compiler-utils": "^3.0.0",
|
1284 | 1301 | "bulma": "^0.9.3",
|
|
1302 | 1319 | "sass": "^1.49.8",
|
1303 | 1320 | "sass-loader": "^10",
|
1304 | 1321 | "style-loader": "^3.3.1",
|
1305 |
| - "ts-loader": "^7.0.5", |
| 1322 | + "ts-loader": "^8.0.2", |
1306 | 1323 | "tslint": "^5.18.0",
|
1307 | 1324 | "tslint-config-prettier": "^1.18.0",
|
1308 | 1325 | "tslint-plugin-prettier": "^2.3.0",
|
1309 | 1326 | "tslint-webpack-plugin": "^2.1.0",
|
1310 |
| - "typescript": "^4.5.5", |
| 1327 | + "typescript": "^4.7.4", |
1311 | 1328 | "typescript-tslint-plugin": "^1.0.1",
|
1312 | 1329 | "vsce": "^2.6.7",
|
1313 |
| - "vscode-extension-tester": "^4.2.4", |
| 1330 | + "vscode-extension-tester": "^4.3.0", |
1314 | 1331 | "vscode-nls-dev": "^3.3.1",
|
1315 | 1332 | "vue-class-component": "^7.1.0",
|
1316 | 1333 | "vue-hot-reload-api": "^2.3.2",
|
|
1349 | 1366 | "vuex": "^3.1.1",
|
1350 | 1367 | "winston": "^2.3.1",
|
1351 | 1368 | "ws": "^7.4.6",
|
| 1369 | + "xml2js": "^0.4.23", |
1352 | 1370 | "yauzl": "^2.10.0"
|
1353 | 1371 | },
|
1354 | 1372 | "alias": {
|
|
0 commit comments