Skip to content

Commit

Permalink
feat: dock toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed May 30, 2023
1 parent d81940c commit b435854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ while (variable < 5000) {
"audioCues.lineHasError": "on",
"audioCues.onDebugBreak": "on",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000
"files.autoSaveDelay": 1000,
"debug.toolBarLocation": "docked"
}`)
createConfiguredEditor(document.getElementById('settings-editor')!, {
model: settingsModelReference.object.textEditorModel
Expand Down

0 comments on commit b435854

Please sign in to comment.