Skip to content

Support CodeLens paths that are not folders #3294

@DanTup

Description

@DanTup
{
	"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)"
	},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggingRelates to the debug adapter or process of running debug sessionsin editorRelates to code editing or language featuresis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions