Files
vscode/extensions/coffeescript
Jim Hessin f347038e9b Update language-configuration.json
A simple change allowing the user to surround selected code in spaces so instead of being stuck surrounding things tightly spaces can be used. i.e.:

```coffeescript
import {subobject} from 'somelibrary'
```

can quickly become:

```coffeescript
import { subobject } from 'somelibrary'
```
2018-02-27 05:10:38 -07:00
..
2017-11-02 11:00:12 +01:00