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/).
19
19
### Added
20
20
- Add support for old fortran languague
21
21
### 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 5
5
"version" : " 0.4.5" ,
6
6
"publisher" : " krvajalm" ,
7
7
"engines" : {
8
- "vscode" : " ^1.12 .0"
8
+ "vscode" : " ^1.10 .0"
9
9
},
10
10
"icon" : " images/icon.png" ,
11
11
"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