diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2022-02-13 12:55:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 12:55:35 +0100 |
commit | 1683db080fa77bc1dafbc89613206a1e1a8d910a (patch) | |
tree | 7a572f1f820f73ad27f640fb6e08d3ba057c1111 | |
parent | d6ac58feec4f2b4bef69ec04bc04725273d906cc (diff) | |
download | compiler-explorer-gh-1954.tar.gz compiler-explorer-gh-1954.zip |
Set clang-query to use monaco stdingh-1954
-rw-r--r-- | etc/config/c++.amazon.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index 95e2d5c9c..1355b73e5 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -2348,6 +2348,7 @@ tools.clangquerytrunk.name=clang-query (trunk) tools.clangquerytrunk.type=independent tools.clangquerytrunk.class=clang-query-tool tools.clangquerytrunk.stdinHint=Query commands +tools.clangquerytrunk.monacoStdin=true tools.clangtidytrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang-tidy tools.clangtidytrunk.name=clang-tidy (trunk) |