Gildas Cherruel
Gildas Cherruel
I just got the error on Linux. Installed VSCode through `snap`, which means code is found in /snap/bin (I updated my PATH and I start code always from the command...
Just my $.02.... At my company, DNS 4.2.2.1 and 4.2.2.2 are blocked by our outbound firewall for security reasons. I have heard we are not the only ones...
switched back to [bento](https://github.com/chef/bento) boxes... even if they are a tad bit behind, at least they work.
@ladar, sure. The parallel section for packer.json would be something like (from https://github.com/gildas/packer-windows/blob/master/templates/centos-7/packer.json), sorry it is a very old version of centos7 here: ```json { "type": "parallels-iso", "vm_name": "packer-{{user `template`}}",...
@ladar, sorry I could not run it last week. The robox script stays stuck there: ``` ==> generic-centos7-parallels: Retrieving ISO ==> generic-centos7-parallels: Trying https://mirrors.edge.kernel.org/centos/7.8.2003/isos/x86_64/CentOS-7-x86_64-Minimal-2003.iso ==> generic-centos7-parallels: Trying https://mirrors.edge.kernel.org/centos/7.8.2003/isos/x86_64/CentOS-7-x86_64-Minimal-2003.iso?checksum=sha256%3A659691c28a0e672558b003d223f83938f254b39875ee7559d1a4a14c79173193 CentOS-7-x86_64-Minimal-2003.iso 1.01...
So until we get a fix (I guess similar to what the code-sync guys did), we can use this workaround in our settings: ``` "go.alternateTools": { "go": "/snap/go/current/bin/go" } ```
Thanks @greg-db If you want I am happy to work on a PR.
Ok, I'll see what I can do within the next few days.
Here you go @greg-db, PR #151.
No problem. Though, it seems like the travis ci job keeps failing. ``` > eslint src --ignore-path src/types.js /home/travis/build/dropbox/dropbox-sdk-js/node_modules/superagent-proxy/node_modules/proxy-agent/node_modules/pac-proxy-agent/node_modules/socks-proxy-agent/node_modules/agent-base/index.js:8 const inherits = require('util').inherits; ^^^^^ SyntaxError: Use of const in strict...