VirtualTam's bookmarks
9 bookmarks found
Page 1 of 1
-
- https://stackoverflow.com/questions/35773299/how-can-you-export-the-visual-studio-code-extension-list
- https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu/55315106#55315106
- https://github.com/microsoft/vscode/issues/1027 - Suppress display of end-of-file newline as blank line
- https://stackoverflow.com/questions/30140112/how-do-i-hide-certain-files-from-the-sidebar-in-visual-studio-code
- https://stackoverflow.com/questions/29973619/how-to-make-vs-code-treat-a-file-extensions-as-a-certain-language
- https://stackoverflow.com/questions/44774709/removing-the-file-preview-on-the-right-side-of-the-editor-in-vs-code
-
-
electric-indent has been activated by default in emacs 24
to disable it for Python: (add-hook 'python-mode-hook (lambda () (set (make-local-variable 'electric-indent-functions) (list (lambda (arg) 'no-indent)))))
Page 1 of 1