Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

notFound error occurs every time I attempt an action #12

Open
jbhicks opened this issue Jan 27, 2022 · 7 comments
Open

notFound error occurs every time I attempt an action #12

jbhicks opened this issue Jan 27, 2022 · 7 comments

Comments

@jbhicks
Copy link

jbhicks commented Jan 27, 2022

Any time I attempt to run a command through the command palette, whether it's setting the auth token or pushing a file, I get a similar error.
image

'ext.bitburner.connector.addAuthToken' not found

Any ideas on how to troubleshoot this?

@FrankMawn
Copy link

Same for me here. The extension used to work perfectly fine up until now.

Not sure what happened but none of the actions work anymore. I've tried disabling/uninstalling the extension, I always get the same error.

image

@stotler
Copy link

stotler commented Apr 1, 2022

This is cross-platform:

image

@beastyrabbit
Copy link

beastyrabbit commented Apr 16, 2022

I think I found the Error.
But I'm not a VSC Extention dev.
The Error message is shown because the extentions.js script has an Error.

For me, the sanitizeUserConfig Function is throwing an Error with showToast()
Because I had a global Variables setup.
This Method expects the Var sanitizedUserConfig
But this var is filled after the Error message.

I moved lines 315-320 to after 336

I someone with experience in Extention development could validate this?

@beastyrabbit
Copy link

There is allready an fix for this issue.
#13

@Possemaster
Copy link

Same issue still here. Installed the extension via the Extension Store within VSCode. CTRL+Shift+P shows the bitburner commands but executing them gives an error like above. Any command gives this error. I tried setting Global options but still does not work. Any help as I really like to use VSCode.

@Possemaster
Copy link

Fixed it for me by manually adding all settings to the settings JSON of the workspace. Still did not work, started working after Game restart and VSCode restart.
image

@Tanimodori
Copy link

In case of anyone end up here to find that this extension does not work, the new template project is at https://github.com/bitburner-official/typescript-template . This extension is deprecated and out of maintenance.

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

No branches or pull requests

6 participants