microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
194 stars 58 forks source link

update commands and miDebuggerPath resolution #428

Closed gcampbell-msft closed 1 year ago

gcampbell-msft commented 1 year ago

There were commands that were not exposed in package.json but were in activation events, so I fixed that.

Additionally, I added checks that should allow for the usage of direct file paths in miDebuggerPath, rather than only supporting folder directories.

gcampbell-msft commented 1 year ago

I should probably reference the bug that this is fixing. #341