Jim extensions - #2
Conversation
🔒 Trivy Security Scan ResultsStatus: Top 10 Critical/High Severity Vulnerabilities:
... and 4 more issues. 📊 Scan Details
Action Run: view run |
🔒 Trivy Security Scan ResultsStatus: Top 10 Critical/High Severity Vulnerabilities:
... and 4 more issues. 📊 Scan Details
Action Run: view run |
|
Ok I got a bit carried away and made some more significant changes... I am going to need the VS Code Vim extension for the TRE. Lots of basic keyboard shortcuts don't map for me, either because the browser reserves them (Guacamole) or the Mac keyboard vs Linux issue. I always use Vim keybinds in my editors though, so doing that in the TRE would allow me to get around a lot of those keyboard annoyances while coding. The only problem is: Extensions that get installed will be on by default for anyone that uses the devcontainer. I don't think it's nice to ask everyone else to turn the Vim extension off every single time they launch the container. So instead, we can download the extension, same as what you did for container-tools. Once the image is in the TRE I can extract and install the Vim extension. The great thing is, the devcontainer will inherit the Vim extension from my system VS Code. To make this happen I generalised the |
09f4fff to
b18046a
Compare
🔒 Trivy Security Scan ResultsStatus: Top 10 Critical/High Severity Vulnerabilities:
... and 4 more issues. 📊 Scan Details
Action Run: view run |
DevNiall
left a comment
There was a problem hiding this comment.
Great stuff, have rebased against main to inherit installation of R
|
Merging |
🔒 Trivy Security Scan ResultsStatus: Top 10 Critical/High Severity Vulnerabilities:
... and 4 more issues. 📊 Scan Details
Action Run: view run |
Alphabetises the extensions list and adds some new ones.
Added
ruffinstead ofblackandisortetc for formatting and linting Python