Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<h1 align="center">oil.code</h1>

<p align="center">
<img src="./images/oil.code.logo.png" height="128">
<br>
</p>
<p align="center">Edit your filesystem like a normal file.</p>
<p align=center>
<a href="https://marketplace.visualstudio.com/items?itemName=haphazarddev.oil-code"><img src="https://img.shields.io/visual-studio-marketplace/v/haphazarddev.oil-code?color=%234c1&label=Visual%20Studio%20Marketplace"></a>
<a href="https://github.com/corwinm/oil.code/actions/workflows/main.yml"><img src="https://github.com/corwinm/oil.code/actions/workflows/main.yml/badge.svg"></a>

</p>

Provides an [oil.nvim](https://github.com/stevearc/oil.nvim) like experience for VSCode.

Expand Down
Binary file added images/oil.code.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions images/oil.code.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "oil-code",
"displayName": "oil.code",
"description": "Provides an Oil.nvim like experience for VSCode.",
"icon": "images/oil.code.logo.png",
"repository": "https://github.com/corwinm/oil.code",
"publisher": "haphazarddev",
"version": "0.0.27",
Expand Down
Loading