vscode configuration use simple types where possible
This commit is contained in:
@@ -258,7 +258,11 @@
|
||||
("Int" "integer")
|
||||
("Bool" "boolean")
|
||||
(otherwise (typeName.toLowerCase))))
|
||||
(object type types)))))
|
||||
(object
|
||||
type
|
||||
(if (= 1 types.length)
|
||||
(first types)
|
||||
types))))))
|
||||
|
||||
// Example:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user