diff --git a/.vscode/file-tags.db b/.vscode/file-tags.db new file mode 100644 index 000000000000..1b114963c73e Binary files /dev/null and b/.vscode/file-tags.db differ diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000000..4822a40421ae --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "dockerfile", + "request": "launch", + "name": "Docker: Build", + "dockerfile": "Dockerfile", + "contextPath": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000000..8c5ab26dd935 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "DockerRun.DisableDockerrc": true +} \ No newline at end of file