Skip to content

Commit ef63565

Browse files
committed
chore: Add .vscode.
Signed-off-by: invoker__qq <478880214@qq.com>
1 parent 9cab543 commit ef63565

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/c_cpp_properties.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Linux",
5+
"includePath": [
6+
"${workspaceFolder}/6502/**"
7+
],
8+
"defines": [],
9+
"compilerPath": "/usr/bin/gcc"
10+
}
11+
],
12+
"version": 4
13+
}

0 commit comments

Comments
 (0)