|
17 | 17 | ],
|
18 | 18 | "icon": "resources/marimo.png",
|
19 | 19 | "activationEvents": [
|
20 |
| - "onLanguage:python", |
21 |
| - "onView:marimo-explorer-running-applications", |
22 |
| - "onView:marimo-explorer-applications", |
23 |
| - "onCommand:vscode-marimo.startServer", |
24 |
| - "onCommand:vscode-marimo.stopServer", |
25 |
| - "onCommand:vscode-marimo.stopKernel", |
26 |
| - "onCommand:vscode-marimo.restartKernel", |
27 |
| - "onCommand:vscode-marimo.edit", |
28 |
| - "onCommand:vscode-marimo.run", |
29 |
| - "onCommand:vscode-marimo.newMarimoFile", |
30 |
| - "onCommand:vscode-marimo.openDocumentation", |
31 |
| - "onCommand:vscode-marimo.openInBrowser", |
32 |
| - "onCommand:vscode-marimo.openOutputsInBrowser", |
33 |
| - "onCommand:vscode-marimo.openOutputsInPanel", |
34 |
| - "onCommand:vscode-marimo.showCommands", |
35 |
| - "onCommand:vscode-marimo.exportAsCommands", |
36 |
| - "onCommand:vscode-marimo.openAsVSCodeNotebook", |
37 |
| - "onCommand:vscode-marimo.convertToMarimoApp", |
38 |
| - "onCommand:vscode-marimo.reloadBrowser", |
39 |
| - "onCommand:vscode-marimo.refresh" |
| 20 | + "onLanguage" |
40 | 21 | ],
|
41 | 22 | "repository": {
|
42 | 23 | "type": "git",
|
|
156 | 137 | "shortTitle": "View marimo documentation",
|
157 | 138 | "icon": "$(remote-explorer-documentation)"
|
158 | 139 | },
|
| 140 | + { |
| 141 | + "command": "vscode-marimo.showStatus", |
| 142 | + "category": "marimo", |
| 143 | + "title": "Show marimo status", |
| 144 | + "icon": "$(status-bar)" |
| 145 | + }, |
159 | 146 | {
|
160 | 147 | "command": "vscode-marimo.openInBrowser",
|
161 | 148 | "category": "marimo",
|
|
355 | 342 | },
|
356 | 343 | "marimo.port": {
|
357 | 344 | "type": "number",
|
358 |
| - "default": 2718, |
| 345 | + "default": 2818, |
359 | 346 | "description": "Default port for marimo server"
|
360 | 347 | },
|
361 | 348 | "marimo.enableToken": {
|
|
381 | 368 | "marimo.pythonPath": {
|
382 | 369 | "type": "string",
|
383 | 370 | "default": "",
|
384 |
| - "description": "Path to python executable" |
| 371 | + "description": "Path to python interpreter. By default, it will use the one from python extension" |
385 | 372 | },
|
386 | 373 | "marimo.marimoPath": {
|
387 | 374 | "type": "string",
|
|
396 | 383 | "dev": "pnpm run build --watch",
|
397 | 384 | "lint": "biome check --apply .",
|
398 | 385 | "pack": "vsce package --no-dependencies",
|
399 |
| - "codegen": "npx openapi-typescript https://raw.githubusercontent.com/marimo-team/marimo/0.6.22/openapi/api.yaml --immutable -o ./src/generated/api.ts", |
| 386 | + "codegen": "npx openapi-typescript https://raw.githubusercontent.com/marimo-team/marimo/0.8.22/openapi/api.yaml --immutable -o ./src/generated/api.ts", |
400 | 387 | "pretest": "pnpm run build && pnpm run lint",
|
401 | 388 | "publish": "vsce publish --no-dependencies",
|
402 | 389 | "publish:pre-release": "vsce publish --no-dependencies --pre-release",
|
|
414 | 401 | "@types/ws": "^8.5.12",
|
415 | 402 | "@vscode/test-cli": "^0.0.10",
|
416 | 403 | "@vscode/test-electron": "^2.4.1",
|
| 404 | + "@vscode/python-extension": "^1.0.5", |
417 | 405 | "jest-mock-vscode": "^3.0.5",
|
418 | 406 | "node-fetch": "^3.3.2",
|
419 | 407 | "node-html-parser": "^6.1.13",
|
420 |
| - "openapi-fetch": "^0.12.2", |
| 408 | + "openapi-fetch": "^0.9.7", |
421 | 409 | "openapi-typescript": "^7.4.1",
|
422 | 410 | "tempy": "^3.1.0",
|
423 | 411 | "tsup": "^8.3.0",
|
424 | 412 | "typescript": "^5.5.2",
|
425 | 413 | "vitest": "^2.1.1",
|
426 | 414 | "ws": "^8.17.0"
|
427 |
| - } |
| 415 | + }, |
| 416 | + "dependencies": {} |
428 | 417 | }
|
0 commit comments