Skip to content

Commit 7e64d06

Browse files
committed
Add menu bar config
1 parent 1d7c6ab commit 7e64d06

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

extension/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,22 @@
9292
"editor.semanticHighlighting.enabled": true
9393
}
9494
},
95+
"menus": {
96+
"editor/title": [
97+
{
98+
"command": "turtle.validateDocumentNow",
99+
"when": "resourceLangId == turtle",
100+
"group": "navigation"
101+
}
102+
],
103+
"editor/context": [
104+
{
105+
"command": "turtle.validateDocumentNow",
106+
"when": "resourceLangId == turtle",
107+
"group": "1_modification"
108+
}
109+
]
110+
},
95111
"walkthroughs": [
96112
{
97113
"id": "turtle-getting-started",

0 commit comments

Comments
 (0)