Fix maven and flake conf

This commit is contained in:
Florian RICHER 2025-05-19 22:54:42 +02:00
parent a07c55cf0f
commit cb0fa04383
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 292 additions and 107 deletions

15
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "App",
"request": "launch",
"mainClass": "fr.mrdev023.vulkan_java.App",
"projectName": "vulkan_java"
}
]
}

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.maven.downloadSources": true,
"java.maven.downloadJavadocs": true
}