Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

This extension conflicts with Volar #448

Open
remcohaszing opened this issue Jun 28, 2024 · 0 comments
Open

This extension conflicts with Volar #448

remcohaszing opened this issue Jun 28, 2024 · 0 comments
Labels

Comments

@remcohaszing
Copy link

Describe the bug (including copyable syntax)
Volar is used to provide IntelliSense for MDX, Vue, Astro, and Ember. TypeScript based IntelliSense is based on a TypeScript plugin. However, @styled/typescript-styled-plugin, which is used by this extension, has conflicts with Volar. A very notable result is that diagnostics inside MDX files are pushed to the bottom of a file (mdx-js/mdx-analyzer#451).

I’ve solved the problem upstream in microsoft/typescript-template-language-service-decorator#31, but at the moment of writing the project has little activity. I felt like it’s a good idea to track here. If that’s merged, all that’s needed here is to update the lockfile and release.

Screenshot
See mdx-js/mdx-analyzer#451

To Reproduce
See mdx-js/mdx-analyzer#451

Expected behavior
Explain what you expected to happen, and what is happening instead.

Build environment (please complete the following information):

  • OS: Pop!_OS 22.04
  • VSCode Version: 1.19.2
  • Extension Version: 1.7.8

Extensions

adpyke.codesnap
adpyke.vscode-sql-formatter
ahmadalli.vscode-nginx-conf
albymor.increment-selection
asilverio.blackai-visual-studio-code
astro-build.astro-vscode
bazelbuild.vscode-bazel
bbenoist.nix
bierner.emojisense
bierner.markdown-mermaid
bpruitt-goddard.mermaid-markdown-syntax-highlighting
bradlc.vscode-tailwindcss
charliermarsh.ruff
clinyong.vscode-css-modules
connor4312.nodejs-testing
ctcuff.font-preview
dawidd6.debian-vscode
dbaeumer.vscode-eslint
dotenv.dotenv-vscode
dprint.dprint
editorconfig.editorconfig
esbenp.prettier-vscode
exiasr.hadolint
fwcd.kotlin
github.vscode-github-actions
golang.go
graphql.vscode-graphql
graphql.vscode-graphql-syntax
hashicorp.hcl
hediet.vscode-drawio
herrmannplatz.npm-dependency-links
html-validate.vscode-html-validate
igochkov.vscode-ebnf
iliazeus.vscode-ansi
jetmartin.bats
jock.svg
johnsoncodehk.volarjs-labs
logerfo.sln-support
mads-hartmann.bash-ide-vscode
maelvalais.autoconf
mariusschulz.yarn-lock-syntax
mathiasfrohlich.kotlin
mattn.lisp
mechatroner.rainbow-csv
mjmlio.vscode-mjml
mrmlnc.vscode-json5
mrorz.language-gettext
ms-azuretools.vscode-docker
ms-kubernetes-tools.vscode-kubernetes-tools
ms-playwright.playwright
ms-python.debugpy
ms-python.mypy-type-checker
ms-python.python
ms-python.vscode-pylance
ms-vscode.cpptools
ms-vscode.live-server
ms-vsliveshare.vsliveshare
mushan.vscode-paste-image
naumovs.color-highlight
oderwat.indent-rainbow
orta.vscode-twoslash-queries
pbkit.vscode-pbkit
pomdtr.excalidraw-editor
postman.postman-for-vscode
prisma.prisma
redhat.java
redhat.vscode-xml
redhat.vscode-yaml
remcohaszing.markdown-decorations
remcohaszing.schemastore
ronnidc.nunjucks
rubenverg.xcompose
rust-lang.rust-analyzer
samverschueren.linter-xo
sandcastle.vscode-open
shopify.ruby-lsp
sissel.shopify-liquid
sleistner.vscode-fileutils
slevesque.vscode-zipexplorer
streetsidesoftware.hunspell
styled-components.vscode-styled-components
stylelint.vscode-stylelint
sumneko.lua
svelte.svelte-vscode
syler.sass-indented
tamasfe.even-better-toml
tomoki1207.pdf
tootone.org-mode
trond-snekvik.simple-rst
tyriar.lorem-ipsum
tyriar.luna-paint
unifiedjs.vscode-mdx
unifiedjs.vscode-remark
vitest.explorer
vscjava.vscode-java-debug
vscode-icons-team.vscode-icons
vue.volar
webben.browserslist
wmaurer.change-case
xadillax.viml
yzhang.markdown-all-in-one

Additional context
This extension would probably benefit from using Volar too. I think it would work better as a language server than as a TypeScript plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant