diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 183af1e..d94efd1 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,6 +1,7 @@ { "recommendations": [ "ms-vscode.cpptools", - "entan-gl.cc65-vice" + "entan-gl.cc65-vice", + "sharpninja.cc65" ] } \ No newline at end of file diff --git a/readme.md b/readme.md index 929e9bf..a553309 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,8 @@ sudo apt-get install cc65 Open in VS Code and install recommended extension. +Probably need powershell... +https://docs.microsoft.com/en-us/powershell/scripting/install/install-ubuntu?view=powershell-7.2 Not sure if I had a typo in my header or I have to import sudo apt-get install clang