diff --git a/automl/.vscode/extensions.json b/automl/.vscode/extensions.json new file mode 100644 index 0000000..f673960 --- /dev/null +++ b/automl/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "GitHub.copilot" + ] +} diff --git a/automl/.vscode/settings.json b/automl/.vscode/settings.json index 2c52e89..8672b07 100644 --- a/automl/.vscode/settings.json +++ b/automl/.vscode/settings.json @@ -1,3 +1,10 @@ { + "github.copilot.enable": { + "*": true, + "plaintext": true, + "markdown": true, + "scminput": false + }, + "github.copilot.editor.enableAutoCompletions": true, "github.copilot.advanced": {} } \ No newline at end of file