Giter Site home page Giter Site logo

Comments (22)

alanhamlett avatar alanhamlett commented on July 19, 2024 1

If you uninstall the plugin, then download this older version:
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/WakaTime/vsextensions/vscode-wakatime/1.1.22/vspackage

Click the extensions sidebar tab, then click the three dots icon at the top and choose Install from VSIX...
screen shot 2018-03-21
Choose the v1.1.22 file you just downloaded, then restart VS Code.

Does the error still occur or go away? That will help narrow down the version that introduced the bug, since I'm not able to tell much from the error message.

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024 1

Can you try re-installing the plugin?

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024 1

I reinstalled the plugin v1.2.2 and it is still showing the same error as mentioned above.

from vscode-wakatime.

gandarez avatar gandarez commented on July 19, 2024 1

Install the latest version and see if it works https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime

from vscode-wakatime.

felixmpaulus avatar felixmpaulus commented on July 19, 2024 1

I am still seeing this error on a daily basis.

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

Does re-installing the plugin help?

from vscode-wakatime.

tonymugendi avatar tonymugendi commented on July 19, 2024

No it does not

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

When you re-install the plugin, do you get any error messages in your VS Code Developer Console window?

Also, which OS and VS Code version are you using?

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

Same issue happening with me: microsoft/vscode#46019

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

@Abhinickz can you provide the traceback from your VS Code Developer Console window?

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

Can you upgrade the plugin to v1.1.25 released today and see if it's fixed?

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

Upgraded plugin to v1.1.25 and still getting the same error:

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

from vscode-wakatime.

tonymugendi avatar tonymugendi commented on July 19, 2024

Yes..it's working with the older version

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

Try upgrading to v1.1.26 released just now, it should fix the bug.

Looks like the problem was 8580edc and fs.unlinkSync not supported on Windows.

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

Uninstalled the v1.1.25 version and installed new version v1.1.26, Still error is same.
I have not checked this error with the older version.

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

@Abhinickz does the older v1.1.22 work for you also?

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

Checked with older version v1.1.22, error is same.

Traceback from VSCode Developer Console Window:

/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.gotoSymbol` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2842 [C:\Users\abhishek.bhasker\.vscode\extensions\ms-vscode.cpptools-0.15.0]: Command `workbench.action.showAllSymbols` appears multiple times in the `commands` section.
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830 Extension host terminated unexpectedly. Code:  3221225477  Signal:  null
O._onExtensionHostCrashed @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2830
/C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207 Extension host terminated unexpectedly.
e.onDidNotificationChange @ /C:/Program Files/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:2207

from vscode-wakatime.

spences10 avatar spences10 commented on July 19, 2024

I was having an issue with Wakatime not installing, it was hanging at installing, I tried to install the visix and it is working fine now

I'm using a mac

from vscode-wakatime.

Abhinickz avatar Abhinickz commented on July 19, 2024

FYI, This issue was never resolved for me even after updating the extension to the current version 1.2.2 !!
I am commenting on #52 for the same!

from vscode-wakatime.

alanhamlett avatar alanhamlett commented on July 19, 2024

@felixswift have you tried uninstalling then re-installing the extension?

from vscode-wakatime.

gandarez avatar gandarez commented on July 19, 2024

Closing due to inactivity.

from vscode-wakatime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.