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
Microsoft Visual Code is the editor that this project is tailored to serve. The make scripts however are designed to work completely stand-alone, so it is NOT a required component, you are free to use any editor you please.
Current functionality integrated for Turbo-Pascal compilation:
Included:
The tasks.json script contains the logic to catch compile time errors, as thrown in tp3.exe's error.txt, enabling Visual Code to display a Problem/Error message and highlight the line/column in the code.
The settings.json contains file type handlers to interpret .inc files et cetera as Pascal language.
3rd party:
language.pascal from the VS Code Marketplace.