-
Notifications
You must be signed in to change notification settings - Fork 2
MS Visual Code
decocq edited this page Aug 3, 2018
·
1 revision
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.
https://code.visualstudio.com/
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.