microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
312 stars 176 forks source link

feat: support hover tooltip for scss #367

Closed balaji-sivasakthi closed 6 months ago

balaji-sivasakthi commented 10 months ago

fix: https://github.com/microsoft/vscode/issues/194707 #271

balaji-sivasakthi commented 10 months ago

@microsoft-github-policy-service agree

balaji-sivasakthi commented 10 months ago

@aeschli ?

balaji-sivasakthi commented 6 months ago

@aeschli have any prettier config?

{
    "semi": true,
    "singleQuote": true,
    "useTabs": true,
    "trailingComma": "all",
    "arrowParens": "always",
    "bracketSpacing": true,
    "printWidth": 200
}
aeschli commented 6 months ago

No prettier, just the built-in TypeScript compiler with default settings.

balaji-sivasakthi commented 6 months ago

@aeschli any update?