Skip to content

Commit 75f8831

Browse files
committed
Fix css import
1 parent 62b7e68 commit 75f8831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/goToDefinition/goToDefinitionAtPosition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import 'vs/css!./goToDefinitionMouse';
6+
import 'vs/css!./goToDefinitionAtPosition';
77
import * as nls from 'vs/nls';
88
import { createCancelablePromise, CancelablePromise } from 'vs/base/common/async';
99
import { CancellationToken } from 'vs/base/common/cancellation';

0 commit comments

Comments
 (0)