Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit dc8a40c

Browse files
committed
Add vscode settings
1 parent 9b6a373 commit dc8a40c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.vscode/c_cpp_properties.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [],
9+
"macFrameworkPath": [
10+
"/System/Library/Frameworks",
11+
"/Library/Frameworks"
12+
],
13+
"compilerPath": "/usr/local/opt/llvm@6/bin/clang",
14+
"cStandard": "c11",
15+
"cppStandard": "c++11",
16+
"intelliSenseMode": "clang-x64"
17+
}
18+
],
19+
"version": 4
20+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Napi"
4+
]
5+
}

0 commit comments

Comments
 (0)