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

skip this test in linux

上级 e32eb626
......@@ -1123,6 +1123,9 @@ suite('WorkspaceConfigurationService - Folder', () => {
});
test('deleting workspace settings', async () => {
if (isLinux) {
return;
}
fs.writeFileSync(globalSettingsFile, '{ "configurationService.folder.testSetting": "userValue" }');
const workspaceSettingsResource = URI.file(path.join(workspaceDir, '.vscode', 'settings.json'));
await fileService.writeFile(workspaceSettingsResource, VSBuffer.fromString('{ "configurationService.folder.testSetting": "workspaceValue" }'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册