File tree 3 files changed +30
-0
lines changed
3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ insert_final_newline = true
7
+ trim_trailing_whitespace = true
8
+
9
+ [* .py ]
10
+ indent_style = space
11
+ indent_size = 4
12
+
13
+ [Makefile ]
14
+ indent_style = tab
Original file line number Diff line number Diff line change
1
+ // Place your settings in this file to overwrite default and user settings.
2
+ {
3
+ "python.pythonPath" : " /home/mike/Envs/rancher-api/bin/python" ,
4
+ "python.autoComplete.extraPaths" : [
5
+ " /home/mike/Envs/rancher-api/lib/python3.5/site-packages"
6
+ ]
7
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version" : " 0.1.0" ,
5
+ "command" : " /home/mike/Envs/rancher-api/bin/python" ,
6
+ "isShellCommand" : true ,
7
+ "args" : [" ${fileBasename}" ],
8
+ "showOutput" : " always"
9
+ }
You can’t perform that action at this time.
0 commit comments