Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: use fileDirname for the default launch configuration
When "Start Debugging" or "Run without Debugging" runs without an explicit launch configuration (launch.json), we need to use the directory of the file as the program. That is consistent with the default GoDebugConfigurationProvider provides as the default DebugConfigurations. (${fileDirname}). Update microsoft#1229 and microsoft#3096
- Loading branch information