Giter VIP home page Giter VIP logo

vscode-npm-scripts's Introduction

Node npm

vscode version number of installs average user rating license

❗IMPORTANT: This extension has been deprecated. Support for running npm scripts is now provided by VS Code. You can run npm scripts as tasks using task auto detection or from the npm scripts explorer.

This extension supports running npm scripts defined in the package.json file.

Commands

Commands for running scripts are available the npm category.

  • Run a script (npm run-script) defined in the package.json by picking a script defined in the scripts section of the package.json.
  • Rerun the last npm script you have executed using this extension.
  • Run npm install, also available in the context menu of the explorer when the package.json file
  • Terminate a running script

The scripts can be run either in the integrated terminal or an output window.

Touch bar

Support for Macbook Pro touch bar. You can run the following commands:

  • npm install
  • npm start
  • npm test
  • npm build

touch bar support

Settings

  • npm.runInTerminal defines whether the command is run in a terminal window or whether the output form the command is shown in the Output window. The default is to show the output in the terminal.
  • npm.includeDirectories define additional directories that include a package.json.
  • npm.useRootDirectory define whether the root directory of the workspace should be ignored, the default is false.
  • npm.runSilent run npm commands with the --silent option, the default is false.
  • npm.bin custom npm bin name, the default is npm.
  • npm.enableTouchbar Enable the npm scripts on macOS touchbar.
  • npm.oldKeybindings.enable Enable the original npm keybindings that start with cmd/ctrl R

Example

{
  "npm.runInTerminal": false,
  "npm.includeDirectories": [
    "subdir1/path",
    "subdir2/path"
  ]
}

Keyboard Shortcuts

This extension originally defined a chording keyboard shortcut for the R key. This has resulted in conflicts with the keybindings provided by VS Code and has caused frustration. To avoid these conflicts the keybindings have been changed to use the existing chording shortcut starting with the K key. The following table shows the default key bindings that can always be changed, see the customization documentation.

Command Old New
Rerun last script CMD+R R CMD+K L
Select a script to run CMD+R SHIFT+R CMD+K SHIFT+R
Terminate the running script CMD+R SHIFT+X CMD+K SHIFT+X
Run the test script CMD+R T CMD+K T

If you prefer the old keybindings starting with R you can define the setting npm.oldKeybindings.enable to true.

vscode-npm-scripts's People

Contributors

atian25 avatar azz avatar bernardop avatar chrisbibby avatar chrisdias avatar dependabot[bot] avatar egamma avatar gigitsu avatar gpbl avatar joaomoreno avatar joet3ch avatar jordanhatcher avatar lszomoru avatar ppluciennik avatar readme1st avatar rouanw avatar rrdelaney avatar scytalezero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-npm-scripts's Issues

package.json validation (missing modules) not working for the devDependencies

Behaviour:
When I add a new dependency to the 'dependencies' node in the package.json I get the 'not installed' warning. [correct]
When I add that same dependency to the 'devDependencies' node I do not get the warning. [not correct]
When I add the dependency to both the 'dependencies' & 'devDependencies' node. I get a warning but only for the one in the 'devDependencies' node. [semi correct]

Expected behaviour:
I always get a warning when I add a new dependency to the package.json.
If I add a dependency to both nodes I expect 2 warnings.

dependencies
devdependencies
both

npm install not working

please i am using vscode, i tried to install vscode by using

npm install, it said
bash code not found

False positives reported when using yarn instead of npm to install modules

From @tyrsius on March 1, 2017 23:19

  • VSCode Version: Version 1.10.0 (1.10.0)
  • OS Version: macOS Sierre 10.12 (16A323)

Steps to Reproduce:

  1. Create an empty project with the following package.json file
{
  "name": "vscode-bug",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "engine-handlebars": "^0.8.0",
    "express": "^4.14.0",
    "newrelic": "^1.36.2",
    "node-uuid": "^1.4.7"
  },
  "devDependencies": {
    "autoprefixer-stylus": "^0.11.0",
    "babel-core": "^6.3.21",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-plugin-webpack-alias": "^2.1.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-tape-runner": "^2.0.1",
    "blue-tape": "^1.0.0",
    "chokidar-cli": "^1.2.0",
    "deep-extend": "^0.4.1",
    "immutable": "^3.8.1",
    "json-loader": "^0.5.4",
    "localforage": "^1.4.3",
    "npm-run-all": "^4.0.1",
    "qs": "^6.3.0",
    "raw-loader": "^0.5.1",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-document-title": "^2.0.2",
    "react-dom": "^15.3.2",
    "react-hot-loader": "^3.0.0-beta.6",
    "react-markdown": "^2.4.2",
    "react-redux": "^4.4.5",
    "react-router": "^2.8.1",
    "react-router-redux": "^4.0.6",
    "redbox-react": "^1.3.2",
    "redux": "^3.6.0",
    "redux-thunk": "^2.1.0",
    "skin-deep": "^0.16.0",
    "snazzy": "^5.0.0",
    "source-map-loader": "^0.1.5",
    "standard": "^8.4.0",
    "stylus": "^0.54.5",
    "tap-spec": "^4.1.1",
    "url-join": "^1.1.0",
    "webpack": "^1.11.0",
    "webpack-dev-server": "^1.10.1"
  },
  "author": "",
  "license": "ISC"
}
  1. run npm install
  2. You will see the following problems listed for dependencies

[npm] Module 'https-proxy-agent' is extraneous
[npm] Module 'node-pre-gyp' is extraneous
[npm] Module 'readable-stream' is extraneous

These packages are not dependencies of the package, and this error should not show.

Copied from original issue: microsoft/vscode#21666

npm Terminate, never kills the process

When I run > npm from vscode as a task, then use > npm: Terminate, the output message:
Killing process npm start (pid: xxxx)

And it's stuck forever, the task is never killed, until I restart vscode. This has been happening for a very long time (over a year). My current vscode version:

Version 1.20.0-insider
Commit b36655544f413f67aec02d64ce619d165749b957
Date 2018-01-15T05:14:00.163Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

image

Output panel encoding

ng serve --host localhost --port 3000 --serve --open

** NG Live Development Server is listening on localhost:3000, open your browser on http://localhost:3000/ **
webpack: wait until bundle finished: /
�[0mDate: �[1m�[37m2018-03-26T08:40:49.599Z�[39m�[22m�[0m
�[0mHash: �[1m�[37m5c832b61970350d91df4�[39m�[22m�[0m
�[0mTime: �[1m�[37m31511�[39m�[22mms�[0m
�[0mchunk {�[1m�[33minline�[39m�[22m} �[1m�[32minline.bundle.js�[39m�[22m (inline) 3.85 kB �[1m�[33m[entry]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m
�[0mchunk {�[1m�[33mmain�[39m�[22m} �[1m�[32mmain.bundle.js�[39m�[22m (main) 871 kB �[1m�[33m[initial]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m
�[0mchunk {�[1m�[33mpolyfills�[39m�[22m} �[1m�[32mpolyfills.bundle.js�[39m�[22m (polyfills) 549 kB �[1m�[33m[initial]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m
�[0mchunk {�[1m�[33mscripts�[39m�[22m} �[1m�[32mscripts.bundle.js�[39m�[22m (scripts) 367 kB �[1m�[33m[initial]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m
�[0mchunk {�[1m�[33mstyles�[39m�[22m} �[1m�[32mstyles.bundle.js�[39m�[22m (styles) 2.66 MB �[1m�[33m[initial]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m
�[0mchunk {�[1m�[33mvendor�[39m�[22m} �[1m�[32mvendor.bundle.js�[39m�[22m (vendor) 27.7 MB �[1m�[33m[initial]�[39m�[22m�[1m�[32m [rendered]�[39m�[22m�[0m

'npm install -g jslint

Hello,
I have installed the npm package in Visual Studio Code. I need to run
'npm install -g jslint' because of errors.
But how can I run this command within Visual Studio Code?
thanks
regards
hawk

includeDirectories not working right?

The root of the project isn't the place where my package.json is stored. That is stored in src/<project_name>.

I tried including that directory in npm.includeDirectories, but it doesn't want to perform an npm install from that directory. If I do not disable npm.useRootDirectory, it just performs the npm install twice in the root of my project.

If I set npm.useRootDirectory = false, then it only performs the npm install from the root of project, once.

"npm.includeDirectories": [
    "src/HTML5-front-end"
],
"npm.useRootDirectory": false

Also, does includeDirectories support the use of variables like ${workspaceRoot} ?

When I run with the configuration above,the following error is shown:

enoent ENOENT: no such file or directory, open '<root_path>/package.json', the <root_path> is actually the path to the root of my project, but I would think it would append the directory included in the configuration.

How do you stop a script?

I have npm.runInTerminal set to false so the output goes to OUTPUT pane inside Visual Studio Code editor. I'm running a watching + server script with npm script extension. How do I stop the server now?

Question: npm scripts in project subdirectory?

Can I specify which package.json file to use? I have an app within my app that has its own package.json file with its own npm scripts. Is there a way that could run those instead of the main ones?

Scripts with a space in name are not executed

I have some scripts in my package.json with a space in the name. I don't want to use "-" or "_" between words because i have a user-friendly GUI that reads these strings.
Can you add support for this?
Example:

"scripts": {
    "Install on server": "rm -r node_modules & npm install"
}

Error: npm ERR! missing script: Install

Parallel Scripts when running multiple scripts

I have a workspace that contains 3 interdependent projects that all need to be npm started. If I use this extension to start them (via npm:Start -> All... or even individually instead of "all") they all attempt to run in the same terminal sequentially (I have "Run In Terminal" option selected). The problem is that they are all long-running server tasks, so it'll only actually run the first one. I need a way to have these all run in separate terminal processes at the same time. I'd also prefer if they were done using the "Split Terminal" function so I can watch all 3 at once, but if they all launch in their own terminal tab, that's fine too. I don't know if you want to make this a configuration setting or just one of the options to pop up in the command palette as you try to run it.

Split dependencies validation into an other extension

AFAIK, vsc autodetect npm scripts ("Tasks: run task" > select npm script). I would like to disable this extension (especially since it's duplication npm.runSilent setting) but I would like to keep using dependencies validation. Would it be possible to split the features into two extensions?

"npm run test" is not recognized as an internal or external command

From @drguildo on June 17, 2017 10:13

  • VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:21:47.485Z)
  • OS Version: Windows_NT ia32 6.1.7601
  • Extensions:
Extension Author Version
html-snippets abusaidm 0.1.0
vscode-javascript-snippet-pack akamud 0.1.5
vscode-theme-onedark akamud 2.0.2
path-intellisense christian-kohler 1.4.2
jshint dbaeumer 0.10.15
vscode-eslint dbaeumer 1.2.11
monokai-plusplus dcasella 1.6.0
python donjayamanne 0.6.5
gitlens eamodio 4.1.2
vscode-npm-script eg2 0.2.0
auto-close-tag formulahendry 0.4.2
beautify HookyQR 1.1.1
vscode-icon-theme jtlowe 1.5.0
vscode-colorize kamikillerto 0.5.1
PowerShell ms-vscode 1.3.2
live-server-preview negokaz 0.0.4
red red-auto 0.2.1
java redhat 0.6.0
vscode-wakatime WakaTime 1.1.12

Steps to Reproduce:

  1. Alt + Shift + R
  2. Select npm: run test

Instead of getting npm output I get:

'"npm run test"' is not recognized as an internal or external command, operable program or batch file.

Both npm and node are in my path. I've tried putting npm in both my user path and system path and neither worked. If I open an integrated terminal, I can run npm run test as expected.

Copied from original issue: microsoft/vscode#28928

Is it possible to a stop watch task?

I'm new to vscode, but I use a lot of npm scripts in my projects and this is a great plugin!

I'm having trouble with one thing though -- I have a couple of watch type tasks (e.g. using watchify). I'm having trouble killing those tasks through vscode. Selecting Tasks: Terminate Running Task doesn't seem to kill any npm script I start using this plugin. Is there another way to end these tasks?

Support breakpoints

Would be nice if this extension would respect breakpoints set in the npm script being run.

Feature: Run in integrated terminal

The integrated terminal (in insider build) is already much better than the output window because it supports ANSi colors. It would be great if this could start tasks in the integrated terminal, instead of starting a new console or using the output window.

Undeclared dependency shows problem/warning for extraneous module

Migrating from original location

  • VSCode Version: Version 1.10.0 (1.10.0)
  • OS Version: macOS Sierre 10.12 (16A323)

Steps to Reproduce:

  1. Create an empty project with the following package.json file
{
  "name": "vscode-bug",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "engine-handlebars": "^0.8.0",
    "express": "^4.14.0",
    "newrelic": "^1.36.2",
    "node-uuid": "^1.4.7"
  },
  "devDependencies": {
    "autoprefixer-stylus": "^0.11.0",
    "babel-core": "^6.3.21",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-plugin-webpack-alias": "^2.1.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-tape-runner": "^2.0.1",
    "blue-tape": "^1.0.0",
    "chokidar-cli": "^1.2.0",
    "deep-extend": "^0.4.1",
    "immutable": "^3.8.1",
    "json-loader": "^0.5.4",
    "localforage": "^1.4.3",
    "npm-run-all": "^4.0.1",
    "qs": "^6.3.0",
    "raw-loader": "^0.5.1",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-document-title": "^2.0.2",
    "react-dom": "^15.3.2",
    "react-hot-loader": "^3.0.0-beta.6",
    "react-markdown": "^2.4.2",
    "react-redux": "^4.4.5",
    "react-router": "^2.8.1",
    "react-router-redux": "^4.0.6",
    "redbox-react": "^1.3.2",
    "redux": "^3.6.0",
    "redux-thunk": "^2.1.0",
    "skin-deep": "^0.16.0",
    "snazzy": "^5.0.0",
    "source-map-loader": "^0.1.5",
    "standard": "^8.4.0",
    "stylus": "^0.54.5",
    "tap-spec": "^4.1.1",
    "url-join": "^1.1.0",
    "webpack": "^1.11.0",
    "webpack-dev-server": "^1.10.1"
  },
  "author": "",
  "license": "ISC"
}
  1. run npm install
  2. You will see the following problems listed for dependencies

[npm] Module 'https-proxy-agent' is extraneous
[npm] Module 'node-pre-gyp' is extraneous
[npm] Module 'readable-stream' is extraneous

These packages are not dependencies of the package, and this error should not show.

The install process is too long to capture in a gif. However, as you can see from this screenshot of the terminal, the only thing in this folder before I ran yarn was the package.json file, no node_modules folder. After installing, you can see the problems for extraneous packages.

vs code bug

Cannot read property 'uri' of undefined

shell.ts:454 [eg2.vscode-npm-script] Cannot read property 'uri' of undefined: TypeError: Cannot read property 'uri' of undefined
	at Promise (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:189:77)
	at Promise (<anonymous>)
	at C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:188:16
	at Generator.next (<anonymous>)
	at C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:7:71
	at Promise (<anonymous>)
	at __awaiter (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:3:12)
	at isYarnManaged (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:187:12)
	at C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:164:54
	at Generator.next (<anonymous>)
	at C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:7:71
	at Promise (<anonymous>)
	at __awaiter (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:3:12)
	at validateDocument (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:161:12)
	at vscode_1.workspace.onDidSaveTextDocument.document (C:\Users\XXXXX\.vscode\extensions\eg2.vscode-npm-script-0.3.2\out\src\main.js:141:13)
	at e.invoke (c:\Program Files\Microsoft VS Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:28:57853)

Npm terminal

Is there a way to run npm commands in the integrated terminal on visual studio?

No such file or directory

I'm using git bash terminal in VS Code on Windows.
When I run scripts, plugin try cd me to root path.

`$ cd c:\Users\bogdan.lubenets\Documents\pos-app

bash: cd: c:Usersbogdan.lubenetsDocumentspos-app: No such file or directory`

vscode-npm-script 0.1.8, Windows 8, git bash

Keybinding a specific "npm-script.run"

Hi there,
Is it possible right now or in a future to add a keybind to run a specific npm run?
So let's say I have a serve npm script thats runs a webserver,
I want to be able to make a shorcut let's say CTRL+ALT+S that would do something like this as command npm-script.run serve

Contribute npm run scripts to `Run Task`

Release notes for recent vscode update say:

We also now allow extensions to contribute tasks to the Run Task Quick Pick list programmatically. This opens VS Code up for use cases where an extension wants to add support for a specific build system and wants to contribute corresponding tasks. An example is the npm extension that can now contribute scripts defined in the package.json as tasks to VS Code programmatically.

Would love to see it being actually implemented!

Feature Request: validation show warnings faster

Currently I have to wait a few seconds after saving the package.json before I get feedback from the validation process. I would be nice if the validation reports warnings as soon as I save the package.json or (if at all possible) while I am editing the file.

Add support for "npm init"

Would it be valuable or useful to be able to initialize a package.json via the Command Palette: > npm: init?

Question: Debugging and npm scripts

I'm looking for a way to run some npm scripts in Visual Studio Code (to lint/build/etc), then run, say, jasmine in debug mode from VSCode.

Currently to debug my tests, I have to:

npm run build_stuff
jasmine

I'd like to run the npm run build_stuff out of debug mode, then debug jasmine, which is running specs in my project.

Is it the intent of this extension to help support that use case?

feature request: support bash on Windows(10) path

when using bash on windows as vscode terminal
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\bash.exe",

the vscode itself found the right path for project working on ,
but npm extension failed with the cd path (npm is working as well)
since working path is already the right one, so npm install will work

$ cd "d:\\Ricki\\Desktop\\vuelearn\\Vue2-MV"
cd: no such file or directory: d:\Ricki\Desktop\vuelearn\Vue2-MV
<ctrl+c>
$ pwd
/mnt/d/Ricki/Desktop/vuelearn/Vue2-MV
$ npm -v
3.10.10

After closing npm in terminal I can't run command anymore

Hello,

I run NPM script with this extension and then I close npm terminal which is integrated after running script and I can't launch anymore NPM script with this extension, need to do Reload Window or close VS Code.

To reproduce simple run NPM command which will be alive forever. Close it in your terminal by Kill Terminal and try to run NPM command with this extension, you can't.

Unable to see all defined scripts.

I have following scripts defined in my package.json

"scripts": {
    "validate": "npm-run-all --parallel validate-webpack:* lint",
    "validate-webpack:dev": "webpack-validator webpack.config.js --env.dev",
    "validate-webpack:prod": "webpack-validator webpack.config.js --env.prod",
    "start": "webpack-dev-server --history-api-fallback --env.dev",
    "build": "webpack -w --env.dev",
    "test": "karma start",
    "clean-dist": "rimraf dist",
    "copy-files": "cpy \"**/index.html\" favicon.ico \"../dist\" --cwd=src --parents",
    "clean-and-copy": "npm run clean-dist && npm run copy-files",
    "prebuild": "npm run clean-and-copy",
    "prebuild:prod": "npm run clean-and-copy",
    "build:prod": "webpack --env.prod",
    "lint": "tslint -c tslint.json src/**/*.ts"
  }

but i see only build, install , test when i do ctrl + p and type npm.

any guess why it's behaving like this or it suppose to behave like this?

i'm usinng ubuntu 14.04

when I intsall node js i am facing issue

Hello here is the link I am following

https://dzone.com/articles/angular-2-and-spring-boot-development-environment

when I check with cmd prompt npm -v i am getting the below error.

'CALL "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" prefix -g' is not recognized as an internal or external command,
operable program or batch file.
5.5.1

How to get rid of this error.

I am able to see the nodejs in system variables.

Becuase of that I am not able to install angular cli

Support globs for includeDirectories setting

In my use-case, my repo is lerna monorepo, where all my NPM packages are under the /packages folder, and each have their own package.json. The root also has a package.json

I can currently define "npm.includeDirectories" with an exhaustive list of all packages, but it gets painful to maintain, especially with 20+ packages:

	"npm.includeDirectories": [
		"packages/module1",
		"packages/module2",
		"packages/module3",
		"packages/module4",
		"packages/module5",
		"packages/module6",
		"packages/module7",
		"packages/module8",
               ...etc
	],

What I would like to do, is use a glob to match all packages inside the packages folder, which will include any new packages automatically:

"npm.includeDirectories": [
    "packages/*"
],

Feature request - MRU npm scripts

Feature request

When using the command palette to run npm scripts, they are alphabetized. OFten we run the same 1 or 2 repeatedly. It would be nice if the most frequently run script appeared first (once VS Code has seen them a few times). Kind of like how the most recently used files show up

npm script response time

  • Extension Name: vscode-npm-script
  • Extension Version: 0.3.5
  • OS Version: Windows_NT x64 10.0.14393
  • VSCode version: 1.28.0

We have written the needed data into your clipboard. Please paste:```json
{
"activationTimes": {
"startup": false,
"codeLoadingTime": 1681,
"activateCallTime": 44,
"activateResolvedTime": 0,
"activationEvent": "onLanguage:json"
}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.