Skip to content

Conversation

@michaelpj
Copy link
Contributor

As a maintainer of the Haskell language server, I would like to be able to name my language :D

As a maintainer of the Haskell language server, I would like to be able
to name my language :D
Copy link
Member

@dbaeumer dbaeumer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See last comment

export const Go = 'go' as const;
export const Groovy = 'groovy' as const;
export const Handlebars = 'handlebars' as const;
export const Haskell = 'haskell' as const;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs @SInCE and @proposed. See D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole enum has @since 3.18 and @proposed, so are the individual entries not all implicitly the same? It seems a bit odd that only a few of the entries have those annotations: shouldn't all of them have it or none of them?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point.

@dbaeumer
Copy link
Member

dbaeumer commented Feb 8, 2024

We also need to update the specification. Can you provide a PR for this as well?

@michaelpj
Copy link
Contributor Author

michaelpj commented Feb 8, 2024

Sure.

@michaelpj
Copy link
Contributor Author

The current version of the 3.18 spec doesn't have LanguageKind in it at all yet.

@michaelpj
Copy link
Contributor Author

@dbaeumer dbaeumer enabled auto-merge (squash) February 13, 2024 11:24
@vscodenpa vscodenpa added this to the February 2024 milestone Feb 13, 2024
@dbaeumer dbaeumer merged commit 21f4f0a into microsoft:main Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants