First pass at vscode

This commit is contained in:
Steve Streza
2024-06-13 01:38:09 -07:00
parent dbf24f70c2
commit 0cfe0a5b39
3 changed files with 49 additions and 0 deletions

4
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM swift:5.10-noble
RUN apt-get update && \
apt-get install -y libadwaita-1.0 libadwaita-1-dev