File tree 3 files changed +14
-3
lines changed
src/main/resources/META-INF
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 12
12
- no completions yet
13
13
14
14
### Build system
15
+
15
16
- update Gradle to 8.9
16
17
- move to gradle intellij platform plugin version 2.0.1
17
18
222
223
- Don't show ` void ` type in completion and quick doc
223
224
- Don't show ` private ` keyword in quick documentation
224
225
- Support 2023.1 EAP
226
+
227
+ [ Unreleased ] : https://github.com/vlang/intellij-v//compare/v0.0.1-beta.6...HEAD
228
+ [ 0.0.1-beta.6 ] : https://github.com/vlang/intellij-v//compare/v0.0.1-beta.5...v0.0.1-beta.6
229
+ [ 0.0.1-beta.5 ] : https://github.com/vlang/intellij-v//compare/v0.0.1-beta.4...v0.0.1-beta.5
230
+ [ 0.0.1-beta.4 ] : https://github.com/vlang/intellij-v//compare/v0.0.1-beta.3-231-EAP...v0.0.1-beta.4
231
+ [ 0.0.1-beta.3-231-EAP ] : https://github.com/vlang/intellij-v//compare/v0.0.1-beta.2...v0.0.1-beta.3-231-EAP
232
+ [ 0.0.1-beta.2 ] : https://github.com/vlang/intellij-v//commits/v0.0.1-beta.2
Original file line number Diff line number Diff line change @@ -137,8 +137,9 @@ intellijPlatform {
137
137
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
138
138
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
139
139
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
140
- channels = providers.gradleProperty(" pluginVersion" )
141
- .map { listOf (it.substringAfter(' -' , " " ).substringBefore(' .' ).ifEmpty { " default" }) }
140
+ // channels = providers.gradleProperty("pluginVersion")
141
+ // .map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
142
+ // channels = listOf("default")
142
143
}
143
144
144
145
pluginVerification {
Original file line number Diff line number Diff line change 7
7
Provides support for <a href="https://vlang.io/">V language</a>
8
8
<br/>
9
9
<br/>
10
- Repository: <a href="https://github.com/vlang/intellij-v">https://github.com/vlang/intellij-v</a>
10
+ Repository: <a href="https://github.com/vlang/intellij-v">https://github.com/vlang/intellij-v</a><br />
11
+ Issues: <a href="https://github.com/vlang/intellij-v/issues">https://github.com/vlang/intellij-v/issues</a><br />
12
+ Discord Server: <a href="https://discord.gg/vlang">https://discord.gg/vlang</a><br />
11
13
]]> </description >
12
14
13
15
<depends >com.intellij.modules.platform</depends >
You can’t perform that action at this time.
0 commit comments