提交 b1024baf 编写于 作者: S Sandeep Somavarapu

Fix #31557

上级 1767402d
...@@ -467,7 +467,7 @@ export class WorkspaceServiceImpl extends WorkspaceService { ...@@ -467,7 +467,7 @@ export class WorkspaceServiceImpl extends WorkspaceService {
description: nls.localize('workspaceConfig.folders.description', "List of folders to be loaded in the workspace. Must be a file path. e.g. `file:///root/folderA`"), description: nls.localize('workspaceConfig.folders.description', "List of folders to be loaded in the workspace. Must be a file path. e.g. `file:///root/folderA`"),
items: { items: {
type: 'string', type: 'string',
pattern: '^file://' pattern: '^file:\/\/[^/]*\/'
} }
}, },
'settings': { 'settings': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册