mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
tsb: avoid processing css imports
This commit is contained in:
@@ -586,6 +586,9 @@ class LanguageServiceHost {
|
||||
// node module?
|
||||
return;
|
||||
}
|
||||
if (ref.fileName.endsWith('.css')) {
|
||||
return;
|
||||
}
|
||||
const stopDirname = normalize(this.getCurrentDirectory());
|
||||
let dirname = filename;
|
||||
let found = false;
|
||||
|
||||
Reference in New Issue
Block a user