diff options
author | Blaine | 2020-04-20 18:52:25 +0530 |
---|---|---|
committer | Blaine | 2020-04-20 18:52:25 +0530 |
commit | 59fed433c9fd8af5738f5ae7199e517a34da9e55 (patch) | |
tree | 9a86d6973b9ac48b9227f664a47d9310b6fad67a /.vscode | |
parent | bf7fef5bca9044a8faec498eaa54889f0a9fe57b (diff) | |
download | Chemical-PFD-59fed433c9fd8af5738f5ae7199e517a34da9e55.tar.gz Chemical-PFD-59fed433c9fd8af5738f5ae7199e517a34da9e55.tar.bz2 Chemical-PFD-59fed433c9fd8af5738f5ae7199e517a34da9e55.zip |
resizeable window
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..beecf17 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "A:\\Anaconda\\envs\\FBS\\python.exe" +}
\ No newline at end of file |