Skip to content

Commit

Permalink
VSCode configuration for QLJS developers
Browse files Browse the repository at this point in the history
This file is only matters for developers who uses Visual Studio Code editor for development in quick-lint-js.
  • Loading branch information
HicaroD authored and strager committed Sep 9, 2023
1 parent 4ffab6b commit be4ad05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "Linux",
"defines": [],
"compilerPath": "/usr/bin/clang",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}

0 comments on commit be4ad05

Please sign in to comment.