patch bug /bin
This commit is contained in:
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@@ -4,6 +4,20 @@
|
||||
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch ImageProcessing",
|
||||
"request": "launch",
|
||||
"mainClass": "lab9_image_processing.ImageProcessing",
|
||||
"projectName": "Labo_6a2f7ad1"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch TestArray",
|
||||
"request": "launch",
|
||||
"mainClass": "lab9_image_processing.TestArray",
|
||||
"projectName": "Labo_6a2f7ad1"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Launch TheaterApplication",
|
||||
|
||||
Reference in New Issue
Block a user