vscode-abaplint
vscode-abaplint copied to clipboard
improve tooling
Fixes #164
Only implemented for native so far, web gives lots of issues with missing modules - I suppose I can replace them with empty ones or something or keep using webpack, as you prefer.
I also added npm workspaces, so all? modules will be installed only once in the project root Main advantage of this setup is that:
- breakpoints set in the client or server ts work
- once you saved your changes, just running Developer:Reload window gets you debugging your new code.
hmm, npm workspaces...
got rid of workspaces
closing
feel free to open a new updated PR