File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v0.2.0 - TBA
9
+
10
+ ### Fixed
11
+ - #2 : Allow user to supply command-line options via agda-mode
12
+
8
13
## v0.1.4 - 2021-10-04
9
14
10
15
### Fixed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : agda-language-server
8
- version : 0.1.4
8
+ version : 0.2.0
9
9
synopsis : An implementation of language server protocal (LSP) for Agda 2.
10
10
description : Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
11
11
category : Development
Original file line number Diff line number Diff line change 1
1
name : agda-language-server
2
- version : 0.1.4
2
+ version : 0.2.0
3
3
github : " banacorn/agda-language-server"
4
4
license : MIT
5
5
author : " Ting-Gian LUA"
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ usageAboutAgdaOptions =
68
68
\ To pass command line options to Agda, put them in between '+AGDA' and '-AGDA'\n \
69
69
\ For example:\n \
70
70
\ als -p=3000 +AGDA --cubical -AGDA\n \
71
+ \ If you are using agda-mode on VS Code, put them in the Settings at:\n \
72
+ \ agdaMode.connection.commandLineOptions\n \
71
73
\"
72
74
73
75
parseOpts :: [String ] -> IO (Options , [String ])
You can’t perform that action at this time.
0 commit comments