Commit a9ea411
committed
Enable proposed API by default (#12)
Turns out we used to already do this and if you passed the flag you
would actually *disable* the global enable setting. This is because we
were defaulting to an empty array which means to enable it globally.
Fixes coder/code-server#4397
Fixes coder/code-server#44801 parent d62e8db commit a9ea411
File tree
1 file changed
+3
-0
lines changed- src/vs/workbench/services/extensions/common
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1135 | 1138 | | |
1136 | 1139 | | |
1137 | 1140 | | |
| |||
0 commit comments