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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Version: 2.6.1-insiders.20171019
OS: macOS 10.12.6
Code
Use https://github.com/Microsoft/vscode-generator-code to generate a JavaScript VS Code extension
npm install sass.js
Add a file scss.js
scss.js
//@ts-check const compile = require('sass.js/dist/sass.node') compile('test.scss', { style: compile.Sass.style.compressed }, (res) => { console.log(res.text); })
Expected behavior: IntelliSense still works
Actual behavior: IntelliSense in any of the js files in the project takes 5 second to load
Zipped workspace (no node_modules, install them before trying) matb.zip
/cc @mjbvz
The text was updated successfully, but these errors were encountered:
Duplicate of #19458
Sorry, something went wrong.
No branches or pull requests
TypeScript Version: 2.6.1-insiders.20171019
OS: macOS 10.12.6
Code
Use https://github.com/Microsoft/vscode-generator-code to generate a JavaScript VS Code extension
npm install sass.js
Add a file
scss.js
Expected behavior: IntelliSense still works
Actual behavior: IntelliSense in any of the js files in the project takes 5 second to load
Zipped workspace (no node_modules, install them before trying)
matb.zip
/cc @mjbvz
The text was updated successfully, but these errors were encountered: