File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ![ Build] ( https://github.com/134130/intellij-mise/workflows/Build/badge.svg )
2
+ [ ![ Version] ( https://img.shields.io/jetbrains/plugin/v/24762-mise.svg )] ( https://plugins.jetbrains.com/plugin/MARKETPLACE_ID )
3
+ [ ![ Downloads] ( https://img.shields.io/jetbrains/plugin/d/24762-mise.svg )] ( https://plugins.jetbrains.com/plugin/MARKETPLACE_ID )
4
+
5
+ <!-- Plugin description -->
1
6
# Mise
2
- IntelliJ plugin for [ mise-en-place] ( https://mise.jdx.dev )
3
7
4
- ** Supports**
5
- - IntelliJ IDEA
6
- - GoLand
7
- - WebStorm
8
+ ** Mise** is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations
9
+ from mise config files. see: ** [ mise-en-place] ( https://mise.jdx.dev ) **
10
+
11
+ ### Supported Platforms:
12
+ - ** IntelliJ IDEA**
13
+ - ** GoLand**
14
+ - ** WebStorm**
15
+ - _ Submit issue if you need other IDE_
16
+ <!-- Plugin description end -->
8
17
9
- ![ Build] ( https://github.com/134130/mise/workflows/Build/badge.svg )
10
- [ ![ Version] ( https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg )] ( https://plugins.jetbrains.com/plugin/MARKETPLACE_ID )
11
- [ ![ Downloads] ( https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg )] ( https://plugins.jetbrains.com/plugin/MARKETPLACE_ID )
18
+ ** [ GitHub] ( https://github.com/134130/intellij-mise ) ** | ** [ Issue] ( https://github.com/134130/intellij-mise/issues ) **
12
19
13
20
## Installation
14
21
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.github.l34130.mise
4
4
pluginName = mise
5
5
pluginRepositoryUrl = https://github.com/134130/intellij-mise
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0 .0.1
7
+ pluginVersion = 1 .0.1
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 223
11
- pluginUntilBuild = 299 .*
11
+ pluginUntilBuild = 242 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IU
You can’t perform that action at this time.
0 commit comments