We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b7e68 commit 75f8831Copy full SHA for 75f8831
1 file changed
src/vs/editor/contrib/goToDefinition/goToDefinitionAtPosition.ts
@@ -3,7 +3,7 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
-import 'vs/css!./goToDefinitionMouse';
+import 'vs/css!./goToDefinitionAtPosition';
7
import * as nls from 'vs/nls';
8
import { createCancelablePromise, CancelablePromise } from 'vs/base/common/async';
9
import { CancellationToken } from 'vs/base/common/cancellation';
0 commit comments