[go: up one dir, main page]

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

vim not working on vscode #20347

Open
gengjiawen opened this issue Nov 6, 2024 · 8 comments
Open

vim not working on vscode #20347

gengjiawen opened this issue Nov 6, 2024 · 8 comments
Labels
type: bug Something isn't working

Comments

@gengjiawen
Copy link
Contributor

Bug description

vim not working

Steps to reproduce

install vim extension. not working in any repo.

Workspace affected

No response

Expected behavior

No response

Example repository

No response

Anything else?

worker log

2024-11-06 14:21:07.819 [info] Extension host started
2024-11-06 14:21:07.819 [info] Eager extensions activated
2024-11-06 14:21:42.359 [info] ExtensionService#_doActivateExtension vscodevim.vim, startup: false, activationEvent: 'onStartupFinished'

remote log

2024-11-06 06:21:16.237 [info] Extension host with pid 330 started
2024-11-06 06:21:16.243 [info] Lock '/workspace/.vscode-remote/data/User/workspaceStorage/-49f2570c/vscode.lock': Lock acquired.
2024-11-06 06:21:16.917 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
2024-11-06 06:21:16.918 [info] ExtensionService#_doActivateExtension gitpod.gitpod-web, startup: true, activationEvent: '*'
2024-11-06 06:21:17.394 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
2024-11-06 06:21:17.394 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
2024-11-06 06:21:17.903 [info] Eager extensions activated
2024-11-06 06:21:17.903 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished'
2024-11-06 06:21:17.903 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
2024-11-06 06:21:17.904 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onStartupFinished', root cause: GitHub.vscode-pull-request-github
2024-11-06 06:21:18.314 [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: false, activationEvent: 'onStartupFinished'
2024-11-06 06:21:18.436 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage'
2024-11-06 06:21:43.544 [info] ExtensionService#_doActivateExtension vadimcn.vscode-lldb, startup: false, activationEvent: 'onStartupFinished'
2024-11-06 06:21:53.786 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:json'
2024-11-06 06:21:53.786 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:json'
2024-11-06 06:21:53.786 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:json'
2024-11-06 06:21:53.786 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onLanguage:json'
2024-11-06 06:21:56.177 [info] ExtensionService#_doActivateExtension WakaTime.vscode-wakatime, startup: false, activationEvent: '*'
2024-11-06 06:22:02.255 [info] ExtensionService#_doActivateExtension esbenp.prettier-vscode, startup: false, activationEvent: 'onStartupFinished'
2024-11-06 06:22:08.136 [info] ExtensionService#_doActivateExtension firsttris.vscode-jest-runner, startup: false, activationEvent: '*'
2024-11-06 06:22:11.188 [info] ExtensionService#_doActivateExtension ms-vscode.test-adapter-converter, startup: false, activationEvent: '*', root cause: hbenl.vscode-test-explorer
2024-11-06 06:22:11.549 [info] ExtensionService#_doActivateExtension hbenl.vscode-test-explorer, startup: false, activationEvent: '*'
2024-11-06 06:22:12.281 [info] ExtensionService#_doActivateExtension hbenl.test-adapter-converter, startup: false, activationEvent: 'onCommand:testExplorerConverter.activate'
2024-11-06 06:22:12.637 [error] Activating extension hbenl.test-adapter-converter failed due to an error:
2024-11-06 06:22:12.637 [error] Error: command 'testExplorerConverter.activate' already exists
	at Z0.registerCommand (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:114:31677)
	at Object.registerCommand (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:156:36491)
	at G (/workspace/.vscode-remote/extensions/hbenl.test-adapter-converter-0.1.6-universal/out/extension.js:2:806)
	at gw.kb (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:118:15214)
	at gw.jb (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:118:14921)
	at file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:118:13079
	at async _0.n (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:114:4447)
	at async _0.m (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:114:4410)
	at async _0.l (file:///ide/out/vs/workbench/api/node/extensionHostProcess.js:114:3866)
@gengjiawen gengjiawen added the type: bug Something isn't working label Nov 6, 2024
@axonasif
Copy link
Member
axonasif commented Nov 6, 2024

Hi @gengjiawen, did you try an older version?

@gengjiawen
Copy link
Contributor Author

Hi @gengjiawen, did you try an older version?

I didn't see vscode provide an option to downgrade extension. download a older version to test it ?

@axonasif
Copy link
Member
axonasif commented Nov 6, 2024

Yep

@gengjiawen
Copy link
Contributor Author

downgrade to 1.27.2 (Dec 23, 2023) not working. Can I download vscode for gitpod ?

@axonasif
Copy link
Member
axonasif commented Nov 6, 2024

Can I download vscode for gitpod ?

Apologies, can you elaborate about that?

@gengjiawen
Copy link
Contributor Author

gitpod provide vscode and vscode-canary and jetbrains IDE. so maybe a older version vscode ?

@gengjiawen
Copy link
Contributor Author

upstream bug: VSCodeVim/Vim#8794

@axonasif
Copy link
Member
axonasif commented Nov 6, 2024

@gengjiawen you can pin an older vscode version from this page: https://gitpod.io/settings/policy (scroll down)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants