Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CodeLens paths that are not folders #3294

Closed
DanTup opened this issue Apr 22, 2021 · 1 comment
Closed

Support CodeLens paths that are not folders #3294

DanTup opened this issue Apr 22, 2021 · 1 comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session in editor Relates to code editing or language features is enhancement
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Apr 22, 2021

{
	"name": "Download + Generate All",
	"request": "launch",
	"type": "dart",
	"program": "tool/generate_all.dart",
	"codeLens": {
		"for": [
			"run-file",
			"debug-file",
		],
		"path": "tool/generate_all.dart", // This doesn't work, but "tool" does
		"title": "${debugType} (w/ Download)"
	},
}
@DanTup DanTup added is enhancement in debugger Relates to the debug adapter or process of launching a debug session labels Apr 22, 2021
@DanTup DanTup added this to the v3.22.0 milestone Apr 22, 2021
@DanTup DanTup added the in editor Relates to code editing or language features label Apr 22, 2021
@DanTup DanTup closed this as completed in 9ce25e9 Apr 26, 2021
@0833347379
Copy link

1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in debugger Relates to the debug adapter or process of launching a debug session in editor Relates to code editing or language features is enhancement
Projects
None yet
Development

No branches or pull requests

2 participants