Add unusedLocalPort to docs

This commit is contained in:
Ben Jackson 2020-07-09 18:07:58 +01:00
commit fe8d7251a4

View file

@ -364,6 +364,7 @@ The following variables are provided:
* `${fileDirname}` - the current opened file's dirname
* `${fileExtname}` - the current opened file's extension
* `${cwd}` - the current working directory of the active window on launch
* `${unusedLocalPort}` - an unused local TCP port
## Remote Debugging Support