MV
Size: a a a
MV
MV
АО
АО
MV
MV
MV
MV
MV
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Monokai",
"window.zoomLevel": 0,
"editor.fontSize": 16,
// The number of spaces a tab is equal to. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.tabSize": 2,
// Insert spaces when pressing Tab. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.insertSpaces": true,
// When opening a file, `editor.tabSize` and `editor.insertSpaces`
// will be detected based on the file contents. Set to false to keep
// the values you've explicitly set, above.
"editor.detectIndentation": false,
"eslint.packageManager": "yarn"
}
АО
АО
MV
MV
MV
MV
АО
MV
АО
АО
NN
Object.assign
не видет. А если в jsconfig.json выставить target: es6, то видит Object.assign(), но не видит пакеты в node_modules, только стандартные нодовские.