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