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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Hey thanks for the addon, and i understand you have only just started work on this integration, but is there maybe a rough feature plan for it?
was just wondering if code definition support is on the table?
i have never tired to import d.ts files so i'm not sure if this is possible but could you leverage the typescript definitions and ship as part of the addon?
The text was updated successfully, but these errors were encountered:
It would be nice if the type definition was provided via npm.
It would be even better to provide the types with the plugin.
Maybe as a manual plugin command for now or with an autoupdate function?
I do not want to use npm in my Bitburner scripts, to keep it clean and tidy.
@phyzical This shouldn't be a problem, as they are just types. If the IDE (vscode) can figure out the types you are all set.
They are not validated at runtime and are not transmitted to the game. There should not be any effect on the game.
The plugin could just spit out the file on demand and give you a reminder to update it, if there is a new version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey thanks for the addon, and i understand you have only just started work on this integration, but is there maybe a rough feature plan for it?
was just wondering if code definition support is on the table?
i have never tired to import d.ts files so i'm not sure if this is possible but could you leverage the typescript definitions and ship as part of the addon?
The text was updated successfully, but these errors were encountered: