Skip to content

Commit

Permalink
Button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalp committed Dec 2, 2022
1 parent c415941 commit 0efe000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 0efe000

Please sign in to comment.