make/vscode/indexers/clangd-notes.txt
author iignatyev
Fri, 11 Oct 2019 09:43:41 -0700 (2019-10-11)
changeset 58564 218a1a642c6f
parent 55166 2ae056696b15
permissions -rw-r--r--
8225654: rework vmTestbase/jit/graph Reviewed-by: thartmann, neliasso
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55166
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     1
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     2
* The "clangd" indexer must be present in PATH, or configured with "clangd.path" in user preferences.
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     3
* If building with clang (default on OSX), precompiled headers must be disabled.
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     4