Skip to content

Commit 43fd6e8

Browse files
committed
disable enablement for rdmd in debug welcome view
1 parent ad7148a commit 43fd6e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246
{
247247
"view": "debug",
248248
"contents": "You can run any D files (or D statements in an untitled file) through RDMD using this button, the command palette or by right-clicking a D file. To run or debug complex projects use DUB.\n[Run File with RDMD](command:code-d.rdmdCurrent)",
249-
"enablement": "editorLangId == d",
250249
"when": "d.isActive"
251250
}
252251
],

0 commit comments

Comments
 (0)