You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the extension should run locally (and not on the remote machine)
a simple fix would be copying the local token to the remote machine (see below)
I made a workaround by getting the token on my local machine and copying the token file to the remote one (win --> linux) %USERPROFILE%\.vscode\extensions\krishnapravin.google-tasks-0.1.5\resources\token.json
to ~/.vscode-server/extensions/krishnapravin.google-tasks-0.1.5/resources/token.json
The text was updated successfully, but these errors were encountered:
@tonyo96 thank you for letting me know the fix. Initially, I did not consider making the extension to run in a remote machine.
I will try to add this functionality.
For details about the auth error see #3
I made a workaround by getting the token on my local machine and copying the token file to the remote one (win --> linux)
%USERPROFILE%\.vscode\extensions\krishnapravin.google-tasks-0.1.5\resources\token.json
to
~/.vscode-server/extensions/krishnapravin.google-tasks-0.1.5/resources/token.json
The text was updated successfully, but these errors were encountered: