Closed anthonibs closed 1 year ago
No code prompts at all, unable to work
same here
Please fill in the template otherwise your issue will be closed
css property not complete
configuration of my vs code:
{ // Workbench "files.autoSave": "afterDelay", "workbench.colorTheme": "Dracula", "workbench.editor.enablePreview": false, "workbench.startupEditor": "none", "workbench.iconTheme": "material-icon-theme", "workbench.editor.untitled.hint": "hidden", // Git settings "gitlens.advanced.messages": { "suppressCommitNotFoundWarning": true, "suppressLineUncommittedWarning": true }, "git.enableSmartCommit": true, "git.confirmSync": false, "git.autofetch": true, "gitlens.hovers.currentLine.over": "line", "gitlens.currentLine.enabled": false, // Editor settings "diffEditor.wordWrap": "on", "editor.wordWrap": "on", "editor.fontSize": 16, "editor.tabSize": 2, "editor.bracketPairColorization.enabled": true, "editor.largeFileOptimizations": false, "editor.linkedEditing": true, "editor.fontFamily": "Fire Code, JetBrains Mono", "editor.fontLigatures": true, "editor.fontWeight": "normal", "editor.codeActionsOnSave": { "source.fixAll": true }, // Editor settings terminal "terminal.integrated.fontSize": 14, "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash" }, }, // Extensions of Emojis "emojisense.languages": { "markdown": true, "plaintext": false, "json": true, "typescript": true, "python": true, "scminput": true, // linguagem usada na caixa de mensagem de confirmação do controle de origem; "javascript": true }, / Extensions / "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.CustomBrowser": "chrome", "liveServer.settings.donotVerifyTags": true, "cSpell.language": "en, pt-BR", "code-runner.clearPreviousOutput": true, "explorer.compactFolders": false, "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, //Quando a pasta estiver vazia ou tiver somente um arquivo não fica o arquivo no lado da pasta na aba explorador; "javascript.updateImportsOnFileMove.enabled": "always", "typescript.updateImportsOnFileMove.enabled": "always", "material-icon-theme.folders.associations": { "domain": "core", "infra": "app", "main": "public", "presentation": "connection", "cryptography": "secure", "entities": "class", "repositories": "mappings", "protocols": "resource", "useCases": "components", "subcomponents": "components", "adapters": "connection", "factories": "container", "globals": "global", "ui": "views" }, "emmet.triggerExpansionOnTab": true, "emmet.syntaxProfiles": { "javascript": "js", "typescript": "ts", }, "emmet.includeLanguages": { "javascript": "javascriptreact", "typescript": "typescriptreact", }, }
@anthonibs please open a new issue filling out the template.
I have problem in my intellisense css properties are not giving a list of suggestions. About 30-40 days it was working perfectly I'm using version 1.7.6
The version of my vs code is 1.74.0