Skip to content

Commit 5c31dda

Browse files
committed
Change images in README.md with those with better quality
1 parent 6af256c commit 5c31dda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ To install [NativeScript](https://www.nativescript.org/) and all its dependencie
1313

1414
Create NativeScript application by running `tns create MyApp` and open `MyApp` folder in Visual Studio Code. Open the Debug Panel, click the gear icon
1515

16-
![gear icon](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/1-gear-icon.jpg)
16+
![gear icon](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/screenshots/nativescript-gear-icon.jpg)
1717

1818
and choose NativeScript debug environment.
1919

20-
![NativeScript debug settings](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/2-nativescript-debug-settings.jpg)
20+
![NativeScript debug settings](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/screenshots/nativescript-debug-settings.png)
2121

2222
### Debug your NativeScript application
2323

2424
To start the application with attached debugger, choose one of the launch configurations from the drop-down list and then click the start button.
2525

26-
![Launch settings](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/4-nativescript-launch-configurations.jpg)
26+
![Launch settings](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/screenshots/nativescript-launch-configurations.png)
2727

2828
Your application will be launched and the VSCode debugger will break on the first JavaScript statement. Click continue and your app will show up on the emulator/device. If you want to attach to already running NativeScript application, use one of the attach configurations. More information on what you can do with the Visual Studio Code Debugger you can find [here](https://code.visualstudio.com/docs/editor/debugging).
2929

3030
### NativeScript commands
3131

3232
Type `NativeScript` in the Command Palette and you will see all available commands.
3333

34-
![NativeScript Commands](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/7-nativescript-commands.jpg)
34+
![NativeScript Commands](https://raw.githubusercontent.com/NativeScript/nativescript-vscode-extension/master/images/screenshots/nativescript-commands.png)
3535

3636
There's only a couple of them but the list will grow in the future.
3737

0 commit comments

Comments
 (0)