Skip to content

Commit 52346f1

Browse files
committed
1.0.1
1 parent cf8a956 commit 52346f1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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 -->
16
# Mise
2-
IntelliJ plugin for [mise-en-place](https://mise.jdx.dev)
37

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 -->
817

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)**
1219

1320
## Installation
1421

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.github.l34130.mise
44
pluginName = mise
55
pluginRepositoryUrl = https://github.com/134130/intellij-mise
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.1
7+
pluginVersion = 1.0.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 223
11-
pluginUntilBuild = 299.*
11+
pluginUntilBuild = 242.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IU

0 commit comments

Comments
 (0)