One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
<?php | |
/** | |
* 替换内容源代码中的 Gist 标签为 Gist 脚本 | |
* Gist 标签格式为: [gist gist地址] | |
* | |
* @package GistEcho | |
* @author woody | |
* @version 1.0.0 | |
* @link http://www.fanrenxiu.com | |
*/ |
/* | |
* Copyright 2014 Chris Banes | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
package avformat | |
//#cgo pkg-config: libavformat | |
//#include <libavformat/avformat.h> | |
import "C" | |
import ( | |
"unsafe" | |
) | |
//https://www.ffmpeg.org/doxygen/2.7/structAVFormatContext.html |
#include <assert.h> | |
#include <chrono> | |
#include <embedder.h> | |
#include <glfw3.h> | |
#include <iostream> | |
static_assert(FLUTTER_ENGINE_VERSION == 1, ""); | |
static const size_t kInitialWindowWidth = 800; |
Install the custom CSS plugin, then make a file on your computer that will hold your custom CSS, I like to make one in my home directory called ~/.vscodestyles.css
and then add the CSS into it.
Once done, open your command palette and select enable custom CSS and JS