diff --git a/package.json b/package.json index c9a243d..a164f68 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nucomp-mcnp", "displayName": "MCNP Language Server", "description": "MCNP input validation and editor services. Also supports plot and run scripts.", - "version": "0.0.12", + "version": "0.0.13", "featureFlags": { "usingNewPythonInterpreterPathApi": true, "usingNewPythonInterpreterPathApiV2": true @@ -106,17 +106,17 @@ { "when": "config.nucomp-mcnp.showRunIconInEditorTitleMenu && resourceExtname == .mcnp", "command": "nucomp-mcnp.run", - "group": "code-run" + "group": "navigation" }, { "when": "config.nucomp-mcnp.showRunIconInEditorTitleMenu && resourceExtname == .mcnp", "command": "nucomp-mcnp.translateSerpent", - "group": "code-run" + "group": "navigation" }, { "when": "config.nucomp-mcnp.showRunIconInEditorTitleMenu && resourceExtname == .mcnp", "command": "nucomp-mcnp.runPlotCommand", - "group": "code-run" + "group": "navigation" } ], "editor/title": [