Open sadfsdfdsa opened 1 year ago
Icon Type
File Names
_test.ts
_test.js
_test.tsx
_test.jsx
_spec.ts
_spec.js
_spec.jsx
Graphic ideas
Existing icons from base ts/js/tsx icons set
https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-ts.svg - ts https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-jsx.svg - jsx/tsx https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-js.svg - js
Additional context Add extension separator _, because some JS/TS codestyles recommend naming files with pattern some_file.ts, so test for this file be like some_file_test.ts or some_file_spec.ts. For example google typescript style guide and example - chromium/chromium/blob/main/chrome/test/data/pdf/title_test.ts.
_
some_file.ts
some_file_test.ts
some_file_spec.ts
Seems related and blocked by https://github.com/PKief/vscode-material-icon-theme/issues/330
The upstream API feat is currently in my hands for now, but should be absurdly easy to implement once done.
Icon Type
File Names
_test.ts
_test.js
_test.tsx
_test.jsx
_spec.ts
_spec.js
_spec.jsx
Graphic ideas
Existing icons from base ts/js/tsx icons set
https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-ts.svg - ts https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-jsx.svg - jsx/tsx https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/test-js.svg - js
Additional context Add extension separator
_
, because some JS/TS codestyles recommend naming files with patternsome_file.ts
, so test for this file be likesome_file_test.ts
orsome_file_spec.ts
. For example google typescript style guide and example - chromium/chromium/blob/main/chrome/test/data/pdf/title_test.ts.Seems related and blocked by https://github.com/PKief/vscode-material-icon-theme/issues/330