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

My abuild plugin can be debugged and run normally in versions before 1.92, but it cannot run in subsequent versions (1.92-1.95) #234333

Open
Y2603012723 opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@Y2603012723
Copy link

#

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.92.2,1.93.1,1.94.2,1.95.3
  • OS Version: ubuntu22.04

Steps to Reproduce:

  1. Open abuild development project
  2. F5 Debugging
  3. Debug console shows an error, the abuild plugin cannot start

My abuild plugin can be debugged and run normally in versions before 1.92, but it cannot run in subsequent versions (1.92-1.95)

The abuild plugin is a plugin I developed for Linux compilation and development. It has been working well in versions before 1.92 and can maintain the display of the debugging window in versions 1.92-1.94. However, the plugin cannot be started, and the debugging window in version 1.95 exits directly, mainly reporting NLS related errors.

For example, reporting an error in 1.94.2:

Error: !!! NLS MISSING: 523 !!!
at Ny (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:4480)
at p (/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:4372)
at /usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:83929
at ModuleJob.run (/home/yk/GIT/vscoodePlugIn/abuild/lib/internal/modules/esm/module_job.js:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24) {stack: 'Error: !!! NLS MISSING: 523 !!!
at Ny (fi…ort (node:internal/modules/esm/loader:316:24)', message: '!!! NLS MISSING: 523 !!!'}
arg0 =
Error: !!! NLS MISSING: 523 !!!\n at Ny (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:4480)\n at p (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:29:4372)\n at file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:31:83929\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:316:24) {stack: 'Error: !!! NLS MISSING: 523 !!!\n at Ny (fi…ort (node:internal/modules/esm/loader:316:24)', message: '!!! NLS MISSING: 523 !!!'}
t @ /usr/share/code/resources/app/out/bootstrap-fork.js:16:1498

Image
Image
Image
Image
Image
Image
Image

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

No branches or pull requests

2 participants