Skip to content

Commit

Permalink
changes in dev container, adding extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
FabbSantos committed Jul 23, 2024
1 parent c9db41a commit 3477897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"denoland.vscode-deno"
"denoland.vscode-deno",
"Vue.volar",
"astro-build.astro-vscode"
]
}
},
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/components/List.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
import { apiWorks } from '../api/resources';
import Card from './Card.astro';
import leadster from '../assets/leadster.png';
import balanceDesign from '../assets/Isometricas.png';
import Mirage from '../assets/mirage.png';
import VilaOlimpia from '../assets/vilaOlimpia.png';
import SelectedWorkText from './SelectedWorkText.astro';
let repos = await apiWorks();
Expand Down

0 comments on commit 3477897

Please sign in to comment.