We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613cf03 commit ab65f0dCopy full SHA for ab65f0d
src/extension.ts
@@ -136,7 +136,6 @@ function parseRemote(url: string) {
136
}
137
138
function parseRemoteConfig() {
139
- console.log('parse remote');
140
let remoteCssConfig = vsc.workspace.getConfiguration('css');
141
let urls = remoteCssConfig.get('remoteStyleSheets') as string[];
142
urls.forEach(url => parseRemote(url));
0 commit comments