|
13 | 13 | "name": "Perla serve", |
14 | 14 | "type": "coreclr", |
15 | 15 | "request": "launch", |
16 | | - "preLaunchTask": "build", |
17 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 16 | + "preLaunchTask": "Build: Perla.fsproj", |
| 17 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
18 | 18 | "args": ["serve"], |
19 | 19 | "cwd": "${workspaceFolder}/docs", |
20 | 20 | "stopAtEntry": false, |
|
24 | 24 | "name": "Perla install", |
25 | 25 | "type": "coreclr", |
26 | 26 | "request": "launch", |
27 | | - "preLaunchTask": "build", |
28 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 27 | + "preLaunchTask": "Build: Perla.fsproj", |
| 28 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
29 | 29 | "args": ["install"], |
30 | 30 | "cwd": "${workspaceFolder}/sample", |
31 | 31 | "stopAtEntry": false, |
|
35 | 35 | "name": "Perla build", |
36 | 36 | "type": "coreclr", |
37 | 37 | "request": "launch", |
38 | | - "preLaunchTask": "build", |
39 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 38 | + "preLaunchTask": "Build: Perla.fsproj", |
| 39 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
40 | 40 | "args": ["build"], |
41 | | - "cwd": "${workspaceFolder}/docs", |
| 41 | + "cwd": "${workspaceFolder}/sample", |
42 | 42 | "stopAtEntry": false, |
43 | 43 | "console": "integratedTerminal" |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "name": "Perla new", |
47 | 47 | "type": "coreclr", |
48 | 48 | "request": "launch", |
49 | | - "preLaunchTask": "build", |
50 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 49 | + "preLaunchTask": "Build: Perla.fsproj", |
| 50 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
51 | 51 | "args": ["new", "samplixor"], |
52 | 52 | "cwd": "${workspaceFolder}/../", |
53 | 53 | "stopAtEntry": false, |
|
57 | 57 | "name": "Perla test", |
58 | 58 | "type": "coreclr", |
59 | 59 | "request": "launch", |
60 | | - "preLaunchTask": "build", |
61 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 60 | + "preLaunchTask": "Build: Perla.fsproj", |
| 61 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
62 | 62 | "args": ["test"], |
63 | 63 | "cwd": "${workspaceFolder}/sample", |
64 | 64 | "stopAtEntry": false, |
|
68 | 68 | "name": "Perla test watch headless false", |
69 | 69 | "type": "coreclr", |
70 | 70 | "request": "launch", |
71 | | - "preLaunchTask": "build", |
72 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 71 | + "preLaunchTask": "Build: Perla.fsproj", |
| 72 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
73 | 73 | "args": ["test", "--headless", "false", "-w"], |
74 | 74 | "cwd": "${workspaceFolder}/sample", |
75 | 75 | "stopAtEntry": false, |
|
79 | 79 | "name": "Perla serve docs", |
80 | 80 | "type": "coreclr", |
81 | 81 | "request": "launch", |
82 | | - "preLaunchTask": "build", |
83 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 82 | + "preLaunchTask": "Build: Perla.fsproj", |
| 83 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
84 | 84 | "args": ["serve"], |
85 | 85 | "cwd": "${workspaceFolder}/docs", |
86 | 86 | "stopAtEntry": false, |
|
90 | 90 | "name": "Perla add @shoelace-style/shoelace", |
91 | 91 | "type": "coreclr", |
92 | 92 | "request": "launch", |
93 | | - "preLaunchTask": "build", |
94 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 93 | + "preLaunchTask": "Build: Perla.fsproj", |
| 94 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
95 | 95 | "args": ["add", "@shoelace-style/shoelace"], |
96 | 96 | "cwd": "${workspaceFolder}/docs", |
97 | 97 | "stopAtEntry": false, |
|
101 | 101 | "name": "Build Docs", |
102 | 102 | "type": "coreclr", |
103 | 103 | "request": "launch", |
104 | | - "preLaunchTask": "build", |
105 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 104 | + "preLaunchTask": "Build: Perla.fsproj", |
| 105 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
106 | 106 | "args": ["build"], |
107 | 107 | "cwd": "${workspaceFolder}/docs", |
108 | 108 | "stopAtEntry": false, |
|
112 | 112 | "name": "Describe ", |
113 | 113 | "type": "coreclr", |
114 | 114 | "request": "launch", |
115 | | - "preLaunchTask": "build", |
116 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 115 | + "preLaunchTask": "Build: Perla.fsproj", |
| 116 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
117 | 117 | "args": [ |
118 | 118 | "describe", |
119 | 119 | "fable", |
|
132 | 132 | "name": "Describe Current", |
133 | 133 | "type": "coreclr", |
134 | 134 | "request": "launch", |
135 | | - "preLaunchTask": "build", |
136 | | - "program": "${workspaceFolder}/src/Perla/bin/Debug/net9.0/Perla.dll", |
| 135 | + "preLaunchTask": "Build: Perla.fsproj", |
| 136 | + "program": "${workspaceFolder}/src/Perla/bin/Debug/net10.0/Perla.dll", |
137 | 137 | "args": ["describe", "--current"], |
138 | 138 | "cwd": "${workspaceFolder}/sample", |
139 | 139 | "stopAtEntry": false, |
|
0 commit comments