Skip to content

Commit d186653

Browse files
committed
Fix another css import
1 parent 75f8831 commit d186653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/goToDefinition/clickLinkGesture.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 { KeyCode } from 'vs/base/common/keyCodes';
88
import * as browser from 'vs/base/browser/browser';
99
import { IKeyboardEvent } from 'vs/base/browser/keyboardEvent';

0 commit comments

Comments
 (0)