UNPKG

@inst/vscode-bin-darwin

Version:

BINARY ONLY - VSCode binary deployment for macOS

68 lines (67 loc) 3.78 kB
{ "_args": [ [ { "raw": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "scope": null, "escapedName": null, "name": null, "rawSpec": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "spec": "https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "type": "git" }, "/Users/code/tfs/agent3/_work/2/s" ] ], "_from": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "_id": "vsda@1.0.0", "_inCache": true, "_location": "/vsda", "_phantomChildren": {}, "_requested": { "raw": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "scope": null, "escapedName": null, "name": null, "rawSpec": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "spec": "https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "type": "git" }, "_requiredBy": [ "#USER" ], "_resolved": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "_shasum": "0e276c35c354ebaa3548b6397f866c7b333aeec2", "_shrinkwrap": null, "_spec": "git+https://monacotools.visualstudio.com/DefaultCollection/_git/vscode-debug-handshake#53e188cf4d64941c36bccaffdf06415b33b3d8ea", "_where": "/Users/code/tfs/agent3/_work/2/s", "author": { "name": "Microsoft" }, "dependencies": { "nan": "2.4.0" }, "description": "VS Code debug handshake module", "devDependencies": { "node-gyp": "^3.0.3" }, "gitHead": "53e188cf4d64941c36bccaffdf06415b33b3d8ea", "gypfile": true, "homepage": "https://github.com/Microsoft/vscode", "main": "index.js", "name": "vsda", "optionalDependencies": {}, "os": [ "win32", "linux", "darwin" ], "readme": "🚫 **DO NOT MAKE THIS REPOSITORY PUBLIC** 🚫\n\n🚫 **NEVER LEAK THE SOURCECODE ANYWHERE** 🚫\n\n--\n\n# Visual Studio Code Debug Handshake\n\nThis repository contains the native module to implement the debug handshake protocol for VS Code. It is used when building the VS Code distribution from Microsoft.\n\n# Instructions to Update this module in VS Code\n\nThis module is being precompiled and put into our vscode-distro repository (https://github.com/Microsoft/vscode-distro/tree/ben/vsda/quality/stable/node_modules) so that it can be picked up when building VS Code for our official release. \n\nWhen we update to a newer Electron release or there are changes to this module that need to go into our release:\n* compile the library for all 4 platforms (win32, mac, linux64, linux32) using our build machines (this ensures we build the modules with the same OS as the other native libraries we ship)\n* place the native libraries into the vscode-distro for BOTH stable and insider for all 4 platforms following the naming scheme that is already in place (e.g. vsda_win32.node for Windows 32 bits)\n* commit your changes to vscode-distro repository\n* in VS Code, make sure to update the distro field in the package.json with the commit ID of your commit to the vscode-distro repository\n", "readmeFilename": "README.md", "scripts": { "build": "node-gyp build", "configure": "node-gyp configure", "install": "node-gyp rebuild" }, "version": "1.0.0" }