aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Rincón Blanco <ruben@rinconblanco.es>2022-02-13 12:55:35 +0100
committerGitHub <noreply@github.com>2022-02-13 12:55:35 +0100
commit1683db080fa77bc1dafbc89613206a1e1a8d910a (patch)
tree7a572f1f820f73ad27f640fb6e08d3ba057c1111
parentd6ac58feec4f2b4bef69ec04bc04725273d906cc (diff)
downloadcompiler-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.properties1
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)