chore(project):增加版本库文件屏蔽,加入运行配置。
This commit is contained in:
parent
a8430e012f
commit
a3a00d162a
1
.gitignore
vendored
1
.gitignore
vendored
@ -180,3 +180,4 @@ fabric.properties
|
||||
# Block sensitive configuration files
|
||||
settings.local.yaml
|
||||
log/
|
||||
__debug_bin
|
||||
|
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Service",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${workspaceRoot}/main.go",
|
||||
"args": [
|
||||
"-tag=jsoniter"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user