Created
July 8, 2020 08:39
-
-
Save Geobert/96cda5f17e312ee2944f77aa9b93e0f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [08/07/2020, 09:37:30]: Extension version: 0.3.234-nightly | |
INFO [08/07/2020, 09:37:30]: Using configuration { | |
diagnostics: { enable: true, warningsAsInfo: [], warningsAsHint: [] }, | |
lruCapacity: null, | |
files: { watcher: 'client', exclude: [] }, | |
notifications: { cargoTomlNotFound: true }, | |
cargo: { | |
noDefaultFeatures: false, | |
allFeatures: false, | |
features: [], | |
loadOutDirsFromCheck: false, | |
target: null | |
}, | |
rustfmt: { extraArgs: [], overrideCommand: null }, | |
checkOnSave: { | |
enable: true, | |
extraArgs: [], | |
command: 'check', | |
overrideCommand: null, | |
allTargets: true, | |
allFeatures: null, | |
features: null | |
}, | |
cargoRunner: null, | |
runnableEnv: null, | |
inlayHints: { | |
enable: true, | |
typeHints: false, | |
chainingHints: false, | |
parameterHints: false, | |
maxLength: 20 | |
}, | |
completion: { | |
addCallParenthesis: true, | |
addCallArgumentSnippets: true, | |
postfix: { enable: true } | |
}, | |
callInfo: { full: true }, | |
updates: { channel: 'nightly', askBeforeDownload: false }, | |
serverPath: null, | |
trace: { server: 'off', extension: false }, | |
procMacro: { enable: false }, | |
debug: { | |
engine: 'auto', | |
sourceFileMap: { | |
'/rustc/<id>': '${env:USERPROFILE}/.rustup/toolchains/<toolchain-id>/lib/rustlib/src/rust' | |
}, | |
openDebugPane: false, | |
engineSettings: {} | |
}, | |
lens: { enable: true, run: true, debug: true, implementations: false }, | |
hoverActions: { | |
enable: true, | |
implementations: true, | |
run: true, | |
debug: true, | |
gotoTypeDef: true | |
}, | |
linkedProjects: null, | |
withSysroot: true | |
} | |
INFO [08/07/2020, 09:37:30]: PersistentState: { | |
lastCheck: 1594196993268, | |
releaseId: 28336980, | |
serverVersion: '0.3.233-nightly' | |
} | |
ERROR [08/07/2020, 09:37:30]: Bootstrap error [TypeError: node_fetch_1.default is not a function | |
at Object.fetchRelease (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:15902:48) | |
at getServer (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:16235:31) | |
at async bootstrapServer (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:16145:18) | |
at async bootstrap (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:16095:18) | |
at async tryActivate (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:16022:24) | |
at async activate (c:\Users\geobe\.vscode\extensions\matklad.rust-analyzer-0.3.234-nightly\out\src\main.js:15996:5)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment