We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5365466 commit 1fe3cdfCopy full SHA for 1fe3cdf
test/omnisharp/omnisharpIntegrationTests/semanticTokensProvider.test.ts
@@ -56,6 +56,7 @@ describeIfNotRazorOrGenerator(`SemanticTokensProvider: ${testAssetWorkspace.desc
56
57
beforeAll(async function () {
58
const activation = await activateCSharpExtension();
59
+ await testAssetWorkspace.restore();
60
61
const fileName = 'semantictokens.cs';
62
const projectDirectory = testAssetWorkspace.projects[0].projectDirectoryPath;
0 commit comments