You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide additional workspace API to add/remove workspace folders (for #35407) (#36820)
* Provide additional workspace API to add/remove workspace folders (for #35407)
* add/removeFolders => add/removeFolder
* make add/remove folder return a boolean
* use proper service for workspace editing
* workspac => workspace
* do not log promise canceled messages
* show confirm dialog
'description': nls.localize('closeOnFileDelete',"Controls if editors showing a file should close automatically when the file is deleted or renamed by some other process. Disabling this will keep the editor open as dirty on such an event. Note that deleting from within the application will always close the editor and that dirty files will never close to preserve your data."),
'description': nls.localize('confirmChangesFromExtensions',"Controls if a confirmation should be shown for extensions that add or remove workspace folders."),
254
+
'default': true
250
255
}
251
256
};
252
257
@@ -256,8 +261,8 @@ if (isMacintosh) {
256
261
'enum': ['default','antialiased','none'],
257
262
'default': 'default',
258
263
'description':
259
-
nls.localize('fontAliasing',
260
-
`Controls font aliasing method in the workbench.
264
+
nls.localize('fontAliasing',
265
+
`Controls font aliasing method in the workbench.
261
266
- default: Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text
262
267
- antialiased: Smooth the font on the level of the pixel, as opposed to the subpixel. Can make the font appear lighter overall
263
268
- none: Disables font smoothing. Text will show with jagged sharp edges`),
0 commit comments