File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919### Added
2020- Add support for old fortran languague
2121### Fixed
22- - Fix bug #1
22+ - Fix bug #1
23+
24+ ## [ 0.4.5] - 2017-07-04
25+ ### Fixed
26+ - Fix intrinsic functions docs not loading
27+
28+
29+
Original file line number Diff line number Diff line change 55 "version" : " 0.4.5" ,
66 "publisher" : " krvajalm" ,
77 "engines" : {
8- "vscode" : " ^1.12 .0"
8+ "vscode" : " ^1.10 .0"
99 },
1010 "icon" : " images/icon.png" ,
1111 "repository" : {
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "module" : " commonjs" ,
4+ "target" : " es6" ,
5+ "outDir" : " out" ,
6+ "lib" : [
7+ " es6"
8+ ],
9+ "sourceMap" : true ,
10+ "rootDir" : " ."
11+ },
12+ "exclude" : [
13+ " node_modules" ,
14+ " .vscode-test"
15+ ]
16+ }
You can’t perform that action at this time.
0 commit comments