ms-iot/vscode

Name: vscode

Owner: ms-iot

Description: null

Created: 2016-07-26 19:48:56.0

Updated: 2017-07-19 21:08:11.0

Pushed: 2016-12-08 22:07:13.0

Homepage: null

Size: 19263

Language: TypeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Windows IoT Core Extension for VS Code

Installing the extension

To install the extension:

  1. First get VS Code
  2. Then go to Visual Studio Marketplace and search for iot
  3. Choose the Windows IoT Core Extension for VS Code
  4. Following the directions press Ctrl+P and paste ext install windowsiot

OR

  1. In VS Code you can press F1 and then type View: Show Extensions
  2. Type iot in the search box
  3. Select Windows IoT Core Extension for VS Code and press Install
  4. Click Enable to restart VS Code with the extension enabled.
Building and Debbuging the Extension
  1. Install Node
  2. cd ScriptHostExtension
  3. npm install
  4. npm install -g tslint
  5. code .
  6. (Ctrl+P) ext install tslint // install tslint extension
  7. F5
Notes

The NodeScriptHost directory contains the foundation project used to generate the APPX files that are contained in the extension


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.