diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..61b3fc3 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,14 @@ +{ + "recommendations": [ + "ms-python.python", // Python support + "eamodio.gitlens", // Git superpowers + "ms-vscode-remote.remote-containers", // Dev Containers + "redhat.vscode-yaml", // YAML support + "mhutchie.git-graph", // Visualize Git history + "ms-azuretools.vscode-docker", // Docker integration + "ms-vscode.cpptools", // C/C++ development + "ms-python.vscode-pylance", // Python IntelliSense + "mechatroner.rainbow-csv", // CSV support + "yzhang.markdown-all-in-one" // Markdown support + ] + } diff --git a/CHANGELOG b/CHANGELOG index 2c6161f..ba7cd26 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ # Initial creation 11/04/2023 - G Basic files added. # Fix 11/04/2023 - G -Grammar in readme \ No newline at end of file +Grammar in readme +# VS Code Recommendations 14/02/2024 - G +Created new file - extensions.json, and added recommended extensions on vs code