Skip to content

Commit f38b9d3

Browse files
authored
Update build-a-hello-world-web-part.md
There is no support for running the app from Visual Studio Code, Ctrl+Shift+B just builds the project
1 parent 9e4bb76 commit f38b9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SharePoint client-side development tools use [gulp](http://gulpjs.com/) as the t
9393

9494
If you are new to gulp, you can read [Using Gulp](http://docs.asp.net/en/latest/client-side/using-gulp.html) which describes using gulp with Visual Studio in conjunction with building ASP.NET 5 projects.
9595

96-
Visual Studio Code provides built-in support for gulp and other task runners. Choose **Ctrl+Shift+B** on Windows or **Cmd+Shift+B** on Mac to debug and preview your web part.
96+
Visual Studio Code provides built-in support for gulp and other task runners. Choose **Ctrl+Shift+B** on Windows or **Cmd+Shift+B** on Mac to build your project.
9797

9898
### SharePoint Workbench
9999
SharePoint Workbench is a developer design surface that enables you to quickly preview and test web parts without deploying them in SharePoint. SharePoint Workbench includes the client-side page and the client-side canvas in which you can add, delete and test your web parts in development.

0 commit comments

Comments
 (0)