BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

Commands to open external resources. #124

Closed davidcanadas closed 2 years ago

davidcanadas commented 2 years ago

This PR introduces the following new commands to open some well-known external resources as regular Visual Studio Code panels:

A new function launchUtils has been added to utils.ts in order to open any URL in a VSCode panel.

davidcanadas commented 2 years ago

Some functionality related to Deadliners' tools is not available in embedded mode. Will take a look into it.

Only amiga.externalResources.amigaHTM left at the moment, rest were removed.

In the future, I will provide some sort of minimal browser functionality instead of adding code to utils.ts.

davidcanadas commented 2 years ago

Created a minimal browser function, tested and restored all the external resources.