Changeset: 2ff2e65df4b9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2ff2e65df4b9
Modified Files:
        .vscode/c_cpp_properties.json
        .vscode/settings.json
Branch: configurable_working_set
Log Message:

Improve Visual Studio Code settings.


diffs (27 lines):

diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -59,7 +59,8 @@
             "name": "Win32",
             "includePath": [
                 "C:/Program Files (x86)/Microsoft Visual Studio 
14.0/VC/include",
-                "${workspaceRoot}"
+                "${workspaceRoot}",
+                "${workspaceRoot}/build"
             ],
             "defines": [
                 "_DEBUG",
diff --git a/.vscode/settings.json b/.vscode/settings.json
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,7 +3,9 @@
         "extraMakefile": "makefile",
         "rules.msc": "makefile",
         "configure.ag": "m4",
-        "Makefile.ag": "automake"
+        "Makefile.ag": "automake",
+        "monetdb_config.h": "c",
+        "gdk.h": "c"
     },
     "files.exclude": {
         "**/.git": true,
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to