Add this to settings.json (cmd ,):
{
"editor.fontFamily": "Operator Mono, Fira Code iScript, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
| // Node v6.9.0 | |
| // | |
| // TEST FILE (cut down for simplicity) | |
| // To ensure Golang encrypted string can be decrypted in NodeJS. | |
| // | |
| let crypto; | |
| try { | |
| crypto = require('crypto'); |
| export let facebookSDK = { | |
| mounted () { | |
| let _this = this | |
| this.$nextTick(() => { | |
| window.fbAsyncInit = function () { | |
| window.FB.init({ | |
| appId: 'XXX', | |
| xfbml: true, | |
| version: 'v2.6' | |
| }) |