From 290992d600523b6a268e8442f1b0edf5eaaae2b4 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 16 Nov 2020 11:32:22 +0100 Subject: [PATCH] Added predefined Run/Debug Configurations #60 --- .run/Run IDE with Plugin.run.xml | 23 +++++++++++++++++++++++ .run/Run Plugin Tests.run.xml | 23 +++++++++++++++++++++++ .run/Run Plugin Verification.run.xml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 1 + 4 files changed, 72 insertions(+) create mode 100644 .run/Run IDE with Plugin.run.xml create mode 100644 .run/Run Plugin Tests.run.xml create mode 100644 .run/Run Plugin Verification.run.xml diff --git a/.run/Run IDE with Plugin.run.xml b/.run/Run IDE with Plugin.run.xml new file mode 100644 index 0000000..ee8b4c4 --- /dev/null +++ b/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.run/Run Plugin Tests.run.xml b/.run/Run Plugin Tests.run.xml new file mode 100644 index 0000000..01650d1 --- /dev/null +++ b/.run/Run Plugin Tests.run.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.run/Run Plugin Verification.run.xml b/.run/Run Plugin Verification.run.xml new file mode 100644 index 0000000..af1bc02 --- /dev/null +++ b/.run/Run Plugin Verification.run.xml @@ -0,0 +1,25 @@ + + + + + + + true + true + false + + + + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f599f..d8f966f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] ### Added +- Predefined Run/Debug Configurations - Project icon for development purposes ### Changed