forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit0389d84
Fix build events buttons even more correctly (#3399)
* Correctly fetch the IVsBuildMacroInfo to use for the build events pageThis code is blindly copied and pasted fromhttps://github.com/dotnet/project-system/blob/88606ba869a29aa24979e0d14a199b2430f31f43/src/Microsoft.VisualStudio.Editors/PropPages/BuildEventsPropPage.vb#L162-L176I will fully admit I have no idea how this is supposed to work.* Even more correctly fetch the IVsBuildMacroInfo to use for the build events pageMy previous change broke projects with the old project system. Trythe old path and if that doesn't work, then try the new path.1 parentaa88d31 commit0389d84
File tree
1 file changed
+16
-1
lines changed- vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages
1 file changed
+16
-1
lines changedLines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
340 | 355 | | |
341 | 356 | | |
342 | 357 | | |
| |||
0 commit comments
Comments
(0)