File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.2.0 - TBA
9+
10+ ### Fixed
11+ - #2 : Allow user to supply command-line options via agda-mode
12+
813## v0.1.4 - 2021-10-04
914
1015### Fixed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : agda-language-server
8- version : 0.1.4
8+ version : 0.2.0
99synopsis : An implementation of language server protocal (LSP) for Agda 2.
1010description : Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
1111category : Development
Original file line number Diff line number Diff line change 11name : agda-language-server
2- version : 0.1.4
2+ version : 0.2.0
33github : " banacorn/agda-language-server"
44license : MIT
55author : " Ting-Gian LUA"
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ usageAboutAgdaOptions =
6868 \ To pass command line options to Agda, put them in between '+AGDA' and '-AGDA'\n \
6969 \ For example:\n \
7070 \ 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 \
7173 \"
7274
7375parseOpts :: [String ] -> IO (Options , [String ])
You can’t perform that action at this time.
0 commit comments