Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Unassigned: closing ' in require is not provisional [1642]

$
0
0
```
var fs = require('fs')
```

I type
```
var fs = require('fs
```

then, I type the closing quote.
```
var fs = require('fs'')
```
Comments: this only happens when the result is in the completion list. If it's not in the completion list, the ' is provisional.

Viewing all articles
Browse latest Browse all 4630

Trending Articles