Skip to content

Commit

Permalink
Merge pull request #5 from DominicVonk/patch-3
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
EverlastEngineering committed Dec 22, 2020
2 parents 6368348 + 50bbf78 commit faea583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "EverlastEngineering",
"displayName": "Debug Controls In Titlebar",
"description": "Shows the debug controls into the titlebar.",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"vscode": "^1.52.0"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"configuration": {
"title": "Debug Controls In Titlebar",
"properties": {
"debug_controls_in_titleblar.hideDebugStart": {
"debug_controls_in_titlebar.hideDebugStart": {
"type": "boolean",
"default": false,
"description": "Hides the Debug Start Icon."
Expand Down Expand Up @@ -105,7 +105,7 @@
{
"command": "debug-in-titlebar.debug-start",
"group": "navigation@1999901",
"when": "debuggersAvailable && !debug_controls_in_titleblar.hideDebugStart && !inDebugMode || debugState == 'initializing'"
"when": "debuggersAvailable && !config.debug_controls_in_titlebar.hideDebugStart && !inDebugMode || debugState == 'initializing'"

},
{
Expand Down

0 comments on commit faea583

Please sign in to comment.