Closed
Description
Vue - Official extension or vue-tsc version
Official
VSCode version
1.93.1
Vue version
3.5.5
TypeScript version
5.5.4
System Info
System: OS: macOS 14.5 CPU: (12) arm64 Apple M2 Max Memory: 32.53 GB / 96.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.14.0 - ~/.local/state/fnm_multishells/66548_1726586633705/bin/node npm: 10.8.3 - ~/.local/state/fnm_multishells/66548_1726586633705/bin/npm pnpm: 9.10.0 - ~/.local/state/fnm_multishells/66548_1726586633705/bin/pnpm bun: 1.1.22 - ~/.bun/bin/bun Browsers: Chrome: 128.0.6613.138 Safari: 17.5
package.json dependencies
{ "dependencies": { "@aws-amplify/geo": "^3.0.47", "@aws-sdk/client-lambda": "^3.651.1", "@aws-sdk/client-s3": "^3.651.1", "@aws-sdk/lib-storage": "^3.651.1", "@casl/ability": "^6.7.1", "@casl/vue": "^2.2.2", "@chargebee/chargebee-js-vue-wrapper": "^0.3.2", "@codemirror/lang-html": "^6.4.9", "@mdi/font": "^7.4.47", "@sentry/tracing": "^7.114.0", "@sentry/vue": "^8.30.0", "@tanstack/vue-query": "^5.56.2", "@tiptap/extension-link": "^2.6.6", "@tiptap/extension-text-align": "^2.6.6", "@tiptap/extension-underline": "^2.6.6", "@tiptap/pm": "^2.6.6", "@tiptap/starter-kit": "^2.6.6", "@tiptap/vue-3": "^2.6.6", "@vuepic/vue-datepicker": "^9.0.3", "aws-amplify": "^6.6.0", "axios": "^1.7.7", "axios-retry": "^4.5.0", "braintree-web": "^3.107.1", "camelcase-keys": "^9.1.3", "canvas-confetti": "^1.9.3", "change-case": "^5.4.4", "chart.js": "^4.4.4", "codemirror": "^6.0.1", "colord": "^2.9.3", "date-fns": "^3.6.0", "deep-object-diff": "^1.1.9", "filesize": "^10.1.6", "gridstack": "^10.3.1", "hls.js": "^1.5.15", "immutable": "5.0.0-beta.4", "js-base64": "^3.7.7", "js-beautify": "^1.15.1", "keycode": "^2.2.1", "lodash-es": "^4.17.21", "mitt": "^3.0.1", "node-ray": "^2.1.2", "peaks.js": "github:reelcrafter/peaks.js", "pinia": "^2.2.2", "qr-code-styling": "1.6.0-rc.1", "snakecase-keys": "^8.0.1", "sortablejs": "^1.15.3", "tinycolor2": "^1.6.0", "uuid": "^10.0.0", "vidstack": "^1.12.10", "vue": "^3.5.5", "vue-chartjs": "^5.3.1", "vue-codemirror6": "^1.3.4", "vue-router": "^4.4.5", "vue3-otp-input": "^0.5.21", "vue3-smooth-dnd": "^0.0.6", "vuetify": "^3.7.1", "waveform-data": "^4.5.0", "wavesurfer.js": "^7.8.6", "zxcvbn": "^4.4.2" }, "devDependencies": { "@aws-amplify/api-graphql": "^4.3.0", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.3.3", "@pinia/testing": "^0.1.5", "@playwright/test": "^1.47.1", "@rushstack/eslint-patch": "^1.10.4", "@sentry/vite-plugin": "^2.22.4", "@tsconfig/node20": "^20.1.4", "@types/braintree-web": "^3.96.13", "@types/canvas-confetti": "^1.6.4", "@types/js-beautify": "^1.14.3", "@types/jsdom": "^21.1.7", "@types/lodash-es": "^4.17.12", "@types/lodash.merge": "^4.6.9", "@types/node": "^20.14.5", "@types/sortablejs": "^1.15.8", "@types/uuid": "^10.0.0", "@types/validator": "^13.12.1", "@types/zxcvbn": "^4.4.5", "@vitejs/plugin-vue": "^5.1.3", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "dotenv": "^16.4.5", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.28.0", "graphql": "^16.9.0", "husky": "^9.1.6", "jsdom": "^24.1.3", "lint-staged": "^15.2.10", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "rollup-plugin-visualizer": "^5.12.0", "sass": "1.78.0", "typescript": "~5.6.2", "vite": "^5.4.5", "vite-plugin-vuetify": "^2.0.4", "vitest": "2.1.1", "vue-tsc": "^2.1.6", "zen-observable-ts": "^1.1.0" } }
Steps to reproduce
Unknown steps (sporadic misbehavior)
What is expected?
Basic features should work:
- IntelliSense/autocomplete
- Linting/type-checking
- Cmd+Click to jump to definition
What is actually happening?
Randomly, these features stop working. To fix it, one needs to reload VS Code.
Link to minimal reproduction
No response
Any additional comments?
No response