Skip to content
New issue

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

Under large files, light is often lost, as if it was back to the last edited position, and the plug-in keeps displaying loading and circles. #5194

Open
AnglusWang opened this issue Feb 18, 2025 · 1 comment

Comments

@AnglusWang
Copy link

Vue - Official extension or vue-tsc version

2.2.2

VSCode version

1.97.2

Vue version

2.6.10

TypeScript version

5.7.3

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-1235U
    Memory: 1.43 GB / 15.68 GB
  Binaries:
    Node: 16.20.2 - ~\AppData\Local\Volta\tools\image\node\16.20.2\node.EXE
    Yarn: 1.22.22 - ~\AppData\Local\Volta\tools\image\yarn\1.22.22\bin\yarn.CMD
    npm: 6.14.17 - ~\AppData\Local\Volta\tools\image\node\16.20.2\npm.CMD
    pnpm: Active code page: 65001
9.15.0 - C:\Program Files\Volta\pnpm.EXE
  Browsers:
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.22621.3527

package.json dependencies

{
  "name": "vue-antd-pro",
  "version": "2.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "test:unit": "vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "build:preview": "vue-cli-service build --mode preview",
    "lint:nofix": "vue-cli-service lint --no-fix",
    "postinstall": "opencollective-postinstall",
    "staging": "vue-cli-service build --mode staging",
    "beta": "vue-cli-service build --mode beta",
    "production": "vue-cli-service build --mode production"
  },
  "dependencies": {
    "@antv/data-set": "^0.10.2",
    "@fingerprintjs/fingerprintjs": "^3.4.1",
    "ant-design-vue": "^1.4.10",
    "awe-dnd": "^0.3.4",
    "axios": "^0.21.1",
    "clipboard": "^2.0.4",
    "core-js": "^3.1.2",
    "crypto-js": "^4.1.1",
    "cryptojs": "^2.5.3",
    "echarts": "^5.1.2",
    "enquire.js": "^2.1.6",
    "js-base64": "^3.7.5",
    "lodash.get": "^4.4.2",
    "lodash.pick": "^4.4.0",
    "md5": "^2.2.1",
    "mockjs2": "1.0.8",
    "moment": "^2.24.0",
    "nprogress": "^0.2.0",
    "qrcodejs2": "0.0.2",
    "viewerjs": "^1.11.5",
    "viser-vue": "^2.4.6",
    "vue": "^2.6.10",
    "vue-clipboard2": "^0.2.1",
    "vue-cropper": "0.4.9",
    "vue-fullscreen": "^2.1.6",
    "vue-ls": "^3.2.1",
    "vue-quill-editor": "^3.0.6",
    "vue-router": "^3.1.2",
    "vue-svg-component-runtime": "^1.0.1",
    "vuedraggable": "^2.17.0",
    "vuescroll": "^4.17.3",
    "vuex": "^3.1.1",
    "wangeditor": "^3.1.1"
  },
  "devDependencies": {
    "@ant-design/colors": "^3.2.1",
    "@vue/cli-plugin-babel": "^4.0.4",
    "@vue/cli-plugin-router": "^4.0.4",
    "@vue/cli-plugin-unit-jest": "^4.0.4",
    "@vue/cli-plugin-vuex": "^4.0.4",
    "@vue/cli-service": "^4.0.4",
    "@vue/test-utils": "^1.0.0-beta.29",
    "babel-plugin-import": "^1.12.2",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "less": "^3.0.4",
    "less-loader": "^5.0.0",
    "opencollective": "^1.0.3",
    "opencollective-postinstall": "^2.0.2",
    "vue-svg-icon-loader": "^2.1.1",
    "vue-template-compiler": "^2.6.10",
    "webpack-theme-color-replacer": "^1.2.17"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/ant-design-pro-vue"
  },
  "volta": {
    "node": "16.20.2"
  }
}

Steps to reproduce

  1. Normal editing, the cursor will be lost when you are ready to delete elements.
  2. The cursor will also be lost during normal editing.
  3. This problem occurs in both 3000+ lines of code and 8000+ lines of code files

Image

What is expected?

  • normal

What is actually happening?

  1. Normal editing, the cursor will be lost when you are ready to delete elements.
  2. The cursor will also be lost during normal editing.

Link to minimal reproduction

No response

Any additional comments?

No response

@KazariEX
Copy link
Member

Please provide a minimal reproduction.

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

No branches or pull requests

2 participants