Code Monkey home page Code Monkey logo

Comments (3)

DanTup avatar DanTup commented on June 29, 2024

Not in the server response.

{
	"id": 40,
	"jsonrpc": "2.0",
	"result": [
		{
			"command": {
				"arguments": [
					{
						"range": {
							"end": { "character": 17, "line": 2 },
							"start": { "character": 14, "line": 2 }
						},
						"uri": "file:///C:/Dev/Test%20Projects/augmentation_testing/lib/foo_augmentation.dart"
					}
				],
				"command": "dart.goToLocation",
				"title": "Go to Augmented"
			},
			"range": {
				"end": { "character": 17, "line": 2 },
				"start": { "character": 14, "line": 2 }
			}
		},
		{
			"command": {
				"arguments": [
					{
						"range": {
							"end": { "character": 18, "line": 3 },
							"start": { "character": 15, "line": 3 }
						},
						"uri": "file:///C:/Dev/Test%20Projects/augmentation_testing/lib/foo_augmentation.dart"
					}
				],
				"command": "dart.goToLocation",
				"title": "Go to Augmented"
			},
			"range": {
				"end": { "character": 18, "line": 3 },
				"start": { "character": 15, "line": 3 }
			}
		},
		{
			"command": {
				"arguments": [
					{
						"range": {
							"end": { "character": 17, "line": 8 },
							"start": { "character": 14, "line": 8 }
						},
						"uri": "file:///C:/Dev/Test%20Projects/augmentation_testing/lib/foo_augmentation.dart"
					}
				],
				"command": "dart.goToLocation",
				"title": "Go to Augmentation"
			},
			"range": {
				"end": { "character": 17, "line": 2 },
				"start": { "character": 14, "line": 2 }
			}
		},
		{
			"command": {
				"arguments": [
					{
						"range": {
							"end": { "character": 18, "line": 9 },
							"start": { "character": 15, "line": 9 }
						},
						"uri": "file:///C:/Dev/Test%20Projects/augmentation_testing/lib/foo_augmentation.dart"
					}
				],
				"command": "dart.goToLocation",
				"title": "Go to Augmentation"
			},
			"range": {
				"end": { "character": 18, "line": 3 },
				"start": { "character": 15, "line": 3 }
			}
		}
	]
}

from dart-code.

DanTup avatar DanTup commented on June 29, 2024

This seems to be because we're using a Map to store CodeLens against each declaration, but for the augmentations they're the same. Opened dart-lang/sdk#55408.

from dart-code.

DanTup avatar DanTup commented on June 29, 2024

Fixed by dart-lang/sdk@32e593c

from dart-code.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.