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
'locale': {type: 'string',cat: 'o',args: 'locale',description: localize('locale',"The locale to use (e.g. en-US or zh-TW).")},
52
52
'user-data-dir': {type: 'string',cat: 'o',args: 'dir',description: localize('userDataDir',"Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.")},
53
-
'profile': {type: 'string','cat': 'o',args: 'settingsProfileName',description: localize('settingsProfileName',"Opens the provided folder or workspace with the given profile and associates the profile with the workspace. If the profile does not exist, a new empty one is created.")},
54
-
'profile-transient': {type: 'boolean','cat': 'o',description: localize('transientProfile',"Creates an empty transient profile and opens the provided folder or workspace with this profile.")},
53
+
'profile': {type: 'string','cat': 'o',args: 'settingsProfileName',description: localize('settingsProfileName',"Opens the provided folder or workspace with the given profile and associates the profile with the workspace. If the profile does not exist, a new empty one is created. A folder or workspace must be provided for the profile to take effect.")},
54
+
'profile-transient': {type: 'boolean','cat': 'o',description: localize('transientProfile',"Creates an empty transient profile and opens the provided folder or workspace with this profile. A folder or workspace must be provided for the profile to take effect.")},
0 commit comments