mattbierner / vscode-gif-player

VS Code extension that adds play/pause buttons and a scrubber for controlling gif playback

Home Page:https://marketplace.visualstudio.com/items?itemName=bierner.gif-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not auto activate Gif Player when click gif file

SYBigF opened this issue · comments

excellent extension!!!

However

VS code version August 2023 (version 1.82)
macos
I need to add the following code in setting.json to activate the fuction, atuo using Gif Player to play gif file

"workbench.editorAssociations": {
    "*.gif": "gifPlayer.player"
},