![]() |
#1 |
Участник
|
waldo: Publish & Run Current Object from VSCode – with a single command
Источник: https://dynamicsuser.net/nav/b/waldo...single-command
============== I’m not writing a blog about every single (new) command in my “CRS AL Language Extension”. But this Sunday, I added an interesting one. One that I should have had created for a long time – but simply didn’t think of it, until Daniel (TheDenster.com) explicitly asked for it on GitHub. Just imagine, you’re building an app, with many pages, and you want to build a page, test it, build the next one, test it .. . You kind have to: – Publish the app – Run the object after the app was published The request was simple: combine both steps in one command in VSCode: Publish & Run Current Object And personally, I have been using it all day :-). So I thought – let’s just share it, so people know it exists and don’t have to find out by accidentally running into it ;-). How to run it Well, it’s simple, just: ![]() Well, it IS going to run a command from the “AL Language” extension first. The exact statement is this one: ![]() You might say: “dude, you got a setting for that in the launch.json”. And you are right. In the launch.json, we can set the launchbrowser to “false”: ![]() This only works with the command “publish without debugging”, not with the normal F5. So .. that’s why I’m using this command ;-). Keyboard Shortcut You might have been using the “Run Current Object” already in the past. ![]() Simply go into ![]() ![]() ![]() ![]() Источник: https://dynamicsuser.net/nav/b/waldo...single-command
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|