vscode-monkey-c icon indicating copy to clipboard operation
vscode-monkey-c copied to clipboard

Dictionary formatting does not compile

Open uschi2000 opened this issue 4 years ago • 0 comments

Example:

// Expected
var entry = {"key" => "foo", "value" => "bar"};

// Actual
var entry = {"key" = > "foo", "value" = > "bar"}; // note the space in the assignment operator

uschi2000 avatar Dec 30 '20 10:12 uschi2000