From 0e399839dd8e5c888750dee65c0b1aac49bd355e Mon Sep 17 00:00:00 2001 From: Christopher Wosinski Date: Tue, 8 Mar 2016 19:14:26 +0100 Subject: [PATCH] Added "objectpascal" to list of breakpoint enabled languages "objectpascal" is currently missing so it is impossible to use the debugger extension in conjunction with OmniPascal --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 760122a..52590de 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "fortran-modern", "rust", "pascal", + "objectpascal", "ada", "nim" ] @@ -356,4 +357,4 @@ "typescript": "^1.7.5", "vscode": "0.11.x" } -} \ No newline at end of file +}