You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readonly modifier should remain on private field.
GET accessor created
SET accessor NOT created
Actual behavior:
readonly modifier is removed.
GET accessor created
SET accessor NOT created
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
slaneyrw
changed the title
VSCode - -generate accessors fixup on readonly field removes modifier
VSCode - generate accessors fixup on readonly field removes modifier
Oct 7, 2019
TypeScript Version: 3.6.2
Search Terms: VSCode generate accessors
Logged issue with VSCode repo, but they asked my to create an issue "upstream"
microsoft/vscode#81135
Steps to Reproduce:
Code
Expected behavior:
readonly
modifier should remain on private field.GET accessor created
SET accessor NOT created
Actual behavior:
readonly
modifier is removed.GET accessor created
SET accessor NOT created
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: