This revision was automatically updated to reflect the committed changes. Closed by commit rL363554: [clangd] Detect C++ for extension-less source files in vscode extension (authored by hokein, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D63397?vs=204999&id=205055#toc Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63397/new/ https://reviews.llvm.org/D63397 Files: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json =================================================================== --- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json +++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json @@ -50,6 +50,10 @@ "url": "http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/" }, "contributes": { + "languages": [{ + "id": "cpp", + "firstLine": "^\/[/*].*-\\*-\\s*C\\+\\+\\s*-\\*-.*" + }], "configuration": { "type": "object", "title": "clangd configuration",
Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json =================================================================== --- clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json +++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/package.json @@ -50,6 +50,10 @@ "url": "http://llvm.org/svn/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/" }, "contributes": { + "languages": [{ + "id": "cpp", + "firstLine": "^\/[/*].*-\\*-\\s*C\\+\\+\\s*-\\*-.*" + }], "configuration": { "type": "object", "title": "clangd configuration",
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits