We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dffde commit 1579d04Copy full SHA for 1579d04
packages/language-server/tests/renaming.spec.ts
@@ -1,7 +1,6 @@
1
import { TextDocument } from '@volar/language-server';
2
import { afterEach, describe, expect, it } from 'vitest';
3
import { URI } from 'vscode-uri';
4
-import * as path from 'path';
5
import { getLanguageServer, testWorkspacePath } from './server.js';
6
7
describe('Renaming', async () => {
0 commit comments