abaplint / vscode-abaplint

Visual Studio Code abaplint extension
https://marketplace.visualstudio.com/items?itemName=larshp.vscode-abaplint
MIT License
26 stars 11 forks source link

refactor git clone #143

Open larshp opened 1 year ago

larshp commented 1 year ago

so it works on github.dev

and doesnt show the annoying popups

larshp commented 1 year ago

https://stackoverflow.com/questions/46511595/how-to-access-the-api-for-git-in-visual-studio-code

https://github.com/microsoft/vscode/issues/174886

https://github.com/microsoft/vscode/tree/main/extensions/git

RemoteSourceProvider

https://github.com/microsoft/vscode/issues/145776

or use child_process.spawn like the git extension, will get rid of the popups? but not work on github.dev