rust/editors/code
Tetsuharu OHZEKI b186c612c4 Use ES2018 for vscode extension
Today's latest vscode v1.40 (Node.jsv12.4/V8 v7.6) supports ES2018
features natively.

We don't have to transform codes to ES6.
2019-12-11 22:40:26 +09:00
..
.vscode
src Code: enable prettier trailing commas 2019-12-09 21:07:19 +02:00
.gitignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
.prettierignore Run VS Code tests on CI 2019-06-30 07:12:42 +10:00
.vscodeignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
package-lock.json Add rollup sourcemap and fix launch.json 2019-12-09 03:58:43 +08:00
package.json Code: enable prettier trailing commas 2019-12-09 21:07:19 +02:00
rollup.config.js Add rollup sourcemap and fix launch.json 2019-12-09 03:58:43 +08:00
tsconfig.json Use ES2018 for vscode extension 2019-12-11 22:40:26 +09:00
tslint.json